33
44 <groupId >org.codavaj</groupId >
55 <artifactId >codavaj</artifactId >
6- <version >1.4.5-SNAPSHOT </version >
6+ <version >1.4.6 </version >
77
88 <description >
99TODO
2323
2424 <properties >
2525 <!-- for netflix rewrite (default) -->
26- <java8 .home>/Library/Java/JavaVirtualMachines/jdk1.8.0_291 .jdk/Contents/Home</java8 .home>
26+ <java8 .home>/Library/Java/JavaVirtualMachines/jdk1.8.0_341 .jdk/Contents/Home</java8 .home>
2727 </properties >
2828
2929 <profiles >
30-
3130 <profile >
3231 <id >codavaj</id >
3332 <activation >
@@ -159,6 +158,71 @@ TODO
159158 </dependency >
160159 </dependencies >
161160 </profile >
161+
162+ <profile >
163+ <id >comment</id >
164+ <build >
165+ <plugins >
166+ <plugin >
167+ <groupId >org.apache.maven.plugins</groupId >
168+ <artifactId >maven-antrun-plugin</artifactId >
169+ <version >3.1.0</version >
170+ <executions >
171+ <execution >
172+ <id >spoon</id >
173+ <goals >
174+ <goal >run</goal >
175+ </goals >
176+ <configuration >
177+ <target >
178+ <java classname =" commentator.SpoonCommentator" fork =" true" >
179+ <classpath >
180+ <path refid =" maven.compile.classpath" />
181+ <path refid =" maven.test.classpath" />
182+ </classpath >
183+ <jvmarg value =" -Djava.util.logging.config.file=${project.build.testOutputDirectory}/logging.properties" />
184+ <jvmarg line =" --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED" />
185+ <jvmarg line =" --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED" />
186+ <jvmarg line =" --add-exports jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED" />
187+ <jvmarg line =" --add-exports jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED" />
188+ <jvmarg line =" --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED" />
189+ <arg value =" ${user.home}/src/java/jsapi/tmp/javadoc" /> <!-- javadocDir -->
190+ <arg value =" https://docs.oracle.com/javase/jp/8/docs/api/" /> <!-- externalLink -->
191+ <arg value =" ${user.home}/src/java/jsapi/src/main/java" /> <!-- sourceDir -->
192+ <arg value =" ${user.home}/src/java/jsapi/tmp/src" /> <!-- outputDir -->
193+ <arg value =" javax\.speech" /> <!-- packageFilter -->
194+ </java >
195+ </target >
196+ </configuration >
197+ </execution >
198+ <execution >
199+ <id >javaParser</id >
200+ <goals >
201+ <goal >run</goal >
202+ </goals >
203+ <configuration >
204+ <target >
205+ <java classname =" commentator.JavaParserCommentator" fork =" true" >
206+ <classpath >
207+ <path refid =" maven.compile.classpath" />
208+ <path refid =" maven.test.classpath" />
209+ </classpath >
210+ <jvmarg value =" -Djava.util.logging.config.file=${project.build.testOutputDirectory}/logging.properties" />
211+ <arg value =" ${user.home}/src/java/jsapi/tmp/javadoc" /> <!-- javadocDir -->
212+ <arg value =" https://docs.oracle.com/javase/jp/8/docs/api/" /> <!-- externalLink -->
213+ <arg value =" ${user.home}/src/java/jsapi/src/main/java" /> <!-- sourceDir -->
214+ <arg value =" ${user.home}/src/java/jsapi/tmp/src" /> <!-- outputDir -->
215+ <arg value =" javax\.speech" /> <!-- packageFilter -->
216+ </java >
217+ </target >
218+ </configuration >
219+ </execution >
220+ </executions >
221+ </plugin >
222+ </plugins >
223+ </build >
224+ </profile >
225+
162226 </profiles >
163227
164228 <build >
232296 <dependency >
233297 <groupId >org.junit</groupId >
234298 <artifactId >junit-bom</artifactId >
235- <version >5.8.2 </version >
299+ <version >5.9.1 </version >
236300 <type >pom</type >
237301 <scope >import</scope >
238302 </dependency >
298362 <dependency >
299363 <groupId >com.github.umjammer</groupId >
300364 <artifactId >vavi-commons</artifactId >
301- <version >1.1.6 </version >
365+ <version >1.1.8 </version >
302366 </dependency >
303367
304368 <dependency >
320384 <dependency >
321385 <groupId >com.github.javaparser</groupId >
322386 <artifactId >javaparser-symbol-solver-core</artifactId >
323- <version >3.24.4 </version >
387+ <version >3.24.7 </version >
324388 <scope >test</scope >
325389 </dependency >
326390
@@ -334,6 +398,10 @@ TODO
334398 <groupId >com.fasterxml.jackson.core</groupId >
335399 <artifactId >jackson-annotations</artifactId >
336400 </exclusion >
401+ <exclusion >
402+ <groupId >org.slf4j</groupId >
403+ <artifactId >slf4j-api</artifactId >
404+ </exclusion >
337405 </exclusions >
338406 </dependency >
339407 <dependency >
353421 <dependency >
354422 <groupId >fr.inria.gforge.spoon</groupId >
355423 <artifactId >spoon-core</artifactId >
356- <version >10.1.1 </version >
424+ <version >10.2.0 </version >
357425 <scope >test</scope >
358426 </dependency >
359427 </dependencies >
0 commit comments