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/fc28c2a2 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/fc28c2a2 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/fc28c2a2 Branch: refs/heads/findbugs Commit: fc28c2a2f6b868eed53218558089f3a2337d313c Parents: 9c049a2 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 10:31:06 2014 -0400 ---------------------------------------------------------------------- pom.xml | 32 -------------------------------- 1 file changed, 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/fc28c2a2/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>