Skip to content

Commit

Permalink
Fix the configuration of the doclint:none setting
Browse files Browse the repository at this point in the history
  • Loading branch information
starksm64 committed Aug 22, 2019
1 parent 0965ba7 commit 7f8e833
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pom.xml
Expand Up @@ -257,6 +257,7 @@
<failOnError>false</failOnError>
<additionalparam>${javadoc.options}</additionalparam>
<attach>false</attach>
<doclint>none</doclint>
<doctitle>${project.name}</doctitle>
<windowtitle>${project.name}</windowtitle>
<bottom>
Expand Down Expand Up @@ -315,15 +316,5 @@
</plugins>
</build>
</profile>
<profile>
<id>javadoc-jdk8+</id>
<activation>
<jdk>[1.8,)</jdk>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<javadoc.options>-Xdoclint:none</javadoc.options>
</properties>
</profile>
</profiles>
</project>

0 comments on commit 7f8e833

Please sign in to comment.