Skip to content

Commit

Permalink
[JENKINS-29308] Maven Javadoc Plugin has been configured
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Recena committed Oct 20, 2015
1 parent f215b16 commit cbb7ecb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -91,6 +91,14 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.5.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
Expand Down

0 comments on commit cbb7ecb

Please sign in to comment.