ACCUMULO-2707 Remove vestigial build-helper execution

  Remove unneeded execution of the build-helper-maven-plugin leftover after
  ACCUMULO-2606


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7790c087
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7790c087
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7790c087

Branch: refs/heads/master
Commit: 7790c08755be2e4867d3cd5585a52c71dfb33a3e
Parents: 782975a
Author: Christopher Tubbs <ctubb...@apache.org>
Authored: Tue Apr 22 10:05:04 2014 -0400
Committer: Christopher Tubbs <ctubb...@apache.org>
Committed: Wed Apr 23 11:39:13 2014 -0400

----------------------------------------------------------------------
 pom.xml | 32 --------------------------------
 1 file changed, 32 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/7790c087/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 133e08e..2edb662 100644
--- a/pom.xml
+++ b/pom.xml
@@ -622,19 +622,6 @@
               <pluginExecutions>
                 <pluginExecution>
                   <pluginExecutionFilter>
-                    <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>build-helper-maven-plugin</artifactId>
-                    <versionRange>[1.8,)</versionRange>
-                    <goals>
-                      <goal>regex-property</goal>
-                    </goals>
-                  </pluginExecutionFilter>
-                  <action>
-                    <ignore />
-                  </action>
-                </pluginExecution>
-                <pluginExecution>
-                  <pluginExecutionFilter>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-dependency-plugin</artifactId>
                     <versionRange>[2.0,)</versionRange>
@@ -863,25 +850,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>regex-property</id>
-            <goals>
-              <goal>regex-property</goal>
-            </goals>
-            <configuration>
-              <name>project.version.base</name>
-              <value>${project.version}</value>
-              <regex>-SNAPSHOT</regex>
-              <replacement />
-              <failIfNoMatch>false</failIfNoMatch>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
     <extensions>
       <extension>

Reply via email to