Revert "Disable javadoc linting when building with JDK 8+"

This reverts commit 78432fc745.
This commit is contained in:
Phillip Webb 2015-02-01 21:38:11 -08:00
parent 072f873f34
commit 4b9cb6afee

View File

@ -572,9 +572,6 @@
<goal>jar</goal>
</goals>
<inherited>true</inherited>
<configuration>
<additionalparam>${javadoc.opts}</additionalparam>
</configuration>
</execution>
</executions>
</plugin>
@ -591,15 +588,6 @@
</pluginRepository>
</pluginRepositories>
</profile>
<profile>
<id>disable-java8-doclint</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>
<properties>
<javadoc.opts>-Xdoclint:none</javadoc.opts>
</properties>
</profile>
<profile>
<id>snapshot</id>
</profile>