Browse Source

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/head
Phillip Webb 13 years ago
parent
commit
2f3b30e49f
  1. 5
      pom.xml

5
pom.xml

@ -256,6 +256,11 @@ @@ -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