Skip to content

Commit

Permalink
doclint will fail with Mojo tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed May 5, 2017
1 parent d0fd6ec commit 17ef3e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
</plugins>
<extensions>
<extension>
Expand Down

0 comments on commit 17ef3e7

Please sign in to comment.