You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/02/03 21:24:00 UTC

[maven-wagon] branch master updated: Drop findbugs from site reporting

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wagon.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e5a4b6  Drop findbugs from site reporting
8e5a4b6 is described below

commit 8e5a4b698b77b5272405a1678ef87e24aba2f4a2
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Thu Feb 3 19:36:42 2022 +0100

    Drop findbugs from site reporting
    
    There is used old version of plugin, is the cause of failed build on jdk 17
    findbugs was also removed from the latest parent pom MPOM-279
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index f50b996..f4fdb2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -571,11 +571,6 @@ 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>