Browse Source

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

This reverts commit 78432fc745.
pull/2459/head
Phillip Webb 11 years ago
parent
commit
4b9cb6afee
  1. 12
      spring-boot-parent/pom.xml

12
spring-boot-parent/pom.xml

@ -572,9 +572,6 @@ @@ -572,9 +572,6 @@
<goal>jar</goal>
</goals>
<inherited>true</inherited>
<configuration>
<additionalparam>${javadoc.opts}</additionalparam>
</configuration>
</execution>
</executions>
</plugin>
@ -591,15 +588,6 @@ @@ -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>

Loading…
Cancel
Save