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.
pull/1/merge
Phillip Webb 12 years ago
parent cafded9e7e
commit 2f3b30e49f

@ -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>

Loading…
Cancel
Save