Example pom.xml Javadoc config for Java 8
Include commented out config showing how the maven build Javadoc section can be modified to work with Java 8.
This commit is contained in:
parent
cafded9e7e
commit
2f3b30e49f
5
pom.xml
5
pom.xml
|
@ -256,6 +256,11 @@
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
<configuration>
|
||||||
|
<!-- is using JDK 8
|
||||||
|
<additionalparam>-Xdoclint:none -quiet</additionalparam>
|
||||||
|
-->
|
||||||
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-source-plugin</artifactId>
|
<artifactId>maven-source-plugin</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue