File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 337337 <plugin >
338338 <artifactId >maven-compiler-plugin</artifactId >
339339 <version >${maven-compiler-plugin.version} </version >
340+ <!--
341+ TEMP: Disable therapi until we solve why it fails on OpenJDK 8.
342+ The error is:
343+
344+ Compilation failure
345+ [ERROR] javac: invalid flag: -
346+ [ERROR] Usage: javac <options> <source files>
347+ [ERROR] use -help for a list of possible options
348+
349+ Or if you override javadoc.runtimeAccessPackages to anything else:
350+
351+ Compilation failure
352+ [ERROR] javac: invalid flag:
353+ [ERROR] Usage: javac <options> <source files>
354+ [ERROR] use -help for a list of possible options
355+
356+ Either way, it seems the -Ajavadoc.packages=... argument is not
357+ being passed to javac properly by the maven-compiler-plugin, even
358+ though the "mvn -X" looks correct and works standalone copy-pasted.
359+
340360 <configuration>
341361 <annotationProcessorPaths>
342362 <path>
350370 <arg>-Ajavadoc.packages=${javadoc.runtimeAccessPackages}</arg>
351371 </compilerArgs>
352372 </configuration>
373+ -->
353374 </plugin >
354375
355376 <plugin >
You can’t perform that action at this time.
0 commit comments