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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 97e1668  [MPOM-279] Get rid of findbugs-maven-plugin
97e1668 is described below

commit 97e166833a96d554489898b0e60d510a7e95d4d0
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sat Dec 18 13:10:49 2021 +0100

    [MPOM-279] Get rid of findbugs-maven-plugin
---
 pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index e58615f..6a2e18f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1086,11 +1086,6 @@ under the License.
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
-          <artifactId>findbugs-maven-plugin</artifactId>
-          <version>3.0.5</version>
-        </plugin>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
           <artifactId>taglist-maven-plugin</artifactId>
           <version>2.4</version>
         </plugin>
@@ -1450,10 +1445,6 @@ under the License.
               </reportSet>
             </reportSets>
           </plugin>
-          <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>findbugs-maven-plugin</artifactId>
-          </plugin>
         </plugins>
       </reporting>
     </profile>

Reply via email to