You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2017/08/02 11:50:14 UTC

maven-wagon git commit: upgrade findbug plugin and do not fail on javadoc error

Repository: maven-wagon
Updated Branches:
  refs/heads/master a4538d53e -> 0a63d0413


upgrade findbug plugin and do not fail on javadoc error

Signed-off-by: olivier lamy <ol...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/0a63d041
Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/0a63d041
Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/0a63d041

Branch: refs/heads/master
Commit: 0a63d0413eca5f17b9e06f2b181b44be2053e6af
Parents: a4538d5
Author: olivier lamy <ol...@apache.org>
Authored: Wed Aug 2 21:49:15 2017 +1000
Committer: olivier lamy <ol...@apache.org>
Committed: Wed Aug 2 21:49:15 2017 +1000

----------------------------------------------------------------------
 pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/0a63d041/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6b24939..6c09a99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -348,6 +348,13 @@ under the License.
           </configuration>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <configuration>
+            <failOnError>false</failOnError>
+          </configuration>
+        </plugin>
+        <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>
@@ -455,6 +462,7 @@ under the License.
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
             <configuration>
+              <failOnError>false</failOnError>
               <linksource>true</linksource>
               <links>
                 <link>http://java.sun.com/j2ee/1.4/docs/api</link>
@@ -564,6 +572,11 @@ under the License.
               </reportSet>
             </reportSets>
           </plugin>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>findbugs-maven-plugin</artifactId>
+            <version>3.0.4</version>
+          </plugin>
         </plugins>
       </reporting>
     </profile>