You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2018/10/10 00:55:13 UTC

[accumulo] branch master updated: Clean up unnecessary plugin configuration in POM

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

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ed99f0  Clean up unnecessary plugin configuration in POM
0ed99f0 is described below

commit 0ed99f0c1e30798b7b45ae7da2214b8377154400
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Tue Oct 9 20:52:27 2018 -0400

    Clean up unnecessary plugin configuration in POM
    
    Remove unnecessary m2e plugin lifecycle configuration. Due to the phase
    of the plugin execution, some plugins do not trigger in the portion of
    the lifecycle handled by m2e, so do not need actions specified in the
    configuration. Other plugins have actions specified by default in their
    plugin metadata, and don't need to be specified here.
---
 pom.xml | 78 +++--------------------------------------------------------------
 1 file changed, 3 insertions(+), 75 deletions(-)

diff --git a/pom.xml b/pom.xml
index f672899..70ce083 100644
--- a/pom.xml
+++ b/pom.xml
@@ -758,11 +758,6 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-invoker-plugin</artifactId>
-          <version>3.0.1</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
           <version>3.0.0</version>
         </plugin>
@@ -1338,59 +1333,6 @@
                     <pluginExecution>
                       <pluginExecutionFilter>
                         <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-plugin-plugin</artifactId>
-                        <versionRange>[0,)</versionRange>
-                        <goals>
-                          <goal>helpmojo</goal>
-                          <goal>descriptor</goal>
-                        </goals>
-                      </pluginExecutionFilter>
-                      <action>
-                        <ignore />
-                      </action>
-                    </pluginExecution>
-                    <pluginExecution>
-                      <pluginExecutionFilter>
-                        <groupId>org.gaul</groupId>
-                        <artifactId>modernizer-maven-plugin</artifactId>
-                        <versionRange>[0,)</versionRange>
-                        <goals>
-                          <goal>modernizer</goal>
-                        </goals>
-                      </pluginExecutionFilter>
-                      <action>
-                        <ignore />
-                      </action>
-                    </pluginExecution>
-                    <pluginExecution>
-                      <pluginExecutionFilter>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-checkstyle-plugin</artifactId>
-                        <versionRange>[0,)</versionRange>
-                        <goals>
-                          <goal>check</goal>
-                        </goals>
-                      </pluginExecutionFilter>
-                      <action>
-                        <ignore />
-                      </action>
-                    </pluginExecution>
-                    <pluginExecution>
-                      <pluginExecutionFilter>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-dependency-plugin</artifactId>
-                        <versionRange>[0,)</versionRange>
-                        <goals>
-                          <goal>copy-dependencies</goal>
-                        </goals>
-                      </pluginExecutionFilter>
-                      <action>
-                        <ignore />
-                      </action>
-                    </pluginExecution>
-                    <pluginExecution>
-                      <pluginExecutionFilter>
-                        <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-remote-resources-plugin</artifactId>
                         <versionRange>[0,)</versionRange>
                         <goals>
@@ -1421,20 +1363,6 @@
                         <versionRange>[0,)</versionRange>
                         <goals>
                           <goal>exec</goal>
-                          <goal>java</goal>
-                        </goals>
-                      </pluginExecutionFilter>
-                      <action>
-                        <ignore />
-                      </action>
-                    </pluginExecution>
-                    <pluginExecution>
-                      <pluginExecutionFilter>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-enforcer-plugin</artifactId>
-                        <versionRange>[0,)</versionRange>
-                        <goals>
-                          <goal>enforce</goal>
                         </goals>
                       </pluginExecutionFilter>
                       <action>
@@ -1443,11 +1371,11 @@
                     </pluginExecution>
                     <pluginExecution>
                       <pluginExecutionFilter>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-invoker-plugin</artifactId>
+                        <groupId>org.gaul</groupId>
+                        <artifactId>modernizer-maven-plugin</artifactId>
                         <versionRange>[0,)</versionRange>
                         <goals>
-                          <goal>install</goal>
+                          <goal>modernizer</goal>
                         </goals>
                       </pluginExecutionFilter>
                       <action>