File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 381
381
<plugin >
382
382
<groupId >org.apache.maven.plugins</groupId >
383
383
<artifactId >maven-surefire-report-plugin</artifactId >
384
- <version >2.22.2 </version >
384
+ <version >3.0.0-M5 </version >
385
385
<configuration >
386
386
<outputDirectory >${project.reporting.outputDirectory} /testresults</outputDirectory >
387
387
</configuration >
447
447
448
448
<!-- JJDoc report generating the BNF documentation -->
449
449
<plugin >
450
- <groupId >org.codehaus.mojo </groupId >
450
+ <groupId >org.javacc.plugin </groupId >
451
451
<artifactId >javacc-maven-plugin</artifactId >
452
- <version >2.6 </version >
452
+ <version >3.0.3 </version >
453
453
<configuration >
454
454
<!--
455
455
/**
536
536
</build >
537
537
</profile >
538
538
539
- <!--
540
- <profile >
541
- <id >doclint-java8-disable</id >
542
- <activation >
543
- <jdk >[1.8,)</jdk >
544
- </activation >
545
- <properties >
546
- <javadoc .opts>-Xdoclint:none</javadoc .opts>
547
- </properties >
548
- </profile >
549
- -->
550
539
<profile >
551
540
<id >check.sources</id >
552
541
<activation >
You can’t perform that action at this time.
0 commit comments