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:37:59 UTC

[maven-wagon] branch drop-findbugs created (now 214652a)

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

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


      at 214652a  Drop findbugs from site reporting

This branch includes the following new commits:

     new 214652a  Drop findbugs from site reporting

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by sj...@apache.org.
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>