Commit 4b9cb6af authored by Phillip Webb's avatar Phillip Webb

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

This reverts commit 78432fc7.
parent 072f873f
...@@ -572,9 +572,6 @@ ...@@ -572,9 +572,6 @@
<goal>jar</goal> <goal>jar</goal>
</goals> </goals>
<inherited>true</inherited> <inherited>true</inherited>
<configuration>
<additionalparam>${javadoc.opts}</additionalparam>
</configuration>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
...@@ -591,15 +588,6 @@ ...@@ -591,15 +588,6 @@
</pluginRepository> </pluginRepository>
</pluginRepositories> </pluginRepositories>
</profile> </profile>
<profile>
<id>disable-java8-doclint</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>
<properties>
<javadoc.opts>-Xdoclint:none</javadoc.opts>
</properties>
</profile>
<profile> <profile>
<id>snapshot</id> <id>snapshot</id>
</profile> </profile>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment