You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/12/01 07:28:59 UTC

[maven-release] branch master updated: removed plugins management already inherited

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e1447d9  removed plugins management already inherited
e1447d9 is described below

commit e1447d92a0926ba4caf93c696417343972d881e1
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Dec 1 08:28:56 2019 +0100

    removed plugins management already inherited
---
 pom.xml | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/pom.xml b/pom.xml
index 37d7dfd..16c920e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,32 +100,9 @@
           <configuration>
             <excludes combine.children="append">
               <exclude>.repository</exclude>
-              <exclude>Jenkinsfile</exclude>
             </excludes>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-release-plugin</artifactId>
-          <configuration>
-            <autoVersionSubmodules>true</autoVersionSubmodules>
-          </configuration>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.22.0</version>
-        </plugin>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>findbugs-maven-plugin</artifactId>
-          <version>3.0.5</version>
-        </plugin>
-        <plugin>
-          <groupId>org.codehaus.plexus</groupId>
-          <artifactId>plexus-component-metadata</artifactId>
-          <version>1.7.1</version>
-        </plugin>
       </plugins>
     </pluginManagement>
   </build>