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 18:38:00 UTC

[maven-wagon] 01/01: Drop findbugs from site reporting

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

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

commit 214652ae1aca35c3a0f98359550d681c0ee6c650
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>