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:
Phillip Webb 2013-05-08 13:26:08 -07:00
parent cafded9e7e
commit 2f3b30e49f
1 changed files with 5 additions and 0 deletions

View File

@ -256,6 +256,11 @@
</goals>
</execution>
</executions>
<configuration>
<!-- is using JDK 8
<additionalparam>-Xdoclint:none -quiet</additionalparam>
-->
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>