Skip to content

Commit

Permalink
Fix JavaDoc issues to be compatible with Java 8 #39
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Mar 15, 2015
1 parent 51c9aa0 commit 708f396
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,27 +201,6 @@
</dependencies>

<profiles>
<profile>
<id>doclint-java8-disable</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>

<build>
<plugins>
<!-- java 8 doclint html verification is excluded to suppress strict HTML 4.0 compliance errors
like "error: self-closing element not allowed <p/>" -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<!--<additionalparam>-Xdoclint:all -Xdoclint:-html</additionalparam>-->
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>sonatype-oss-release</id>
<build>
Expand Down Expand Up @@ -344,6 +323,7 @@
<link>http://commons.apache.org/proper/commons-pool/api-2.2/</link>
<link>http://docs.guava-libraries.googlecode.com/git/javadoc/</link>
</links>
<additionalparam>-Xdoclint:all -Xdoclint:-html</additionalparam>
</configuration>
</plugin>

Expand Down

0 comments on commit 708f396

Please sign in to comment.