Repository: activemq Updated Branches: refs/heads/trunk 60f9b020c -> bc2e2d9a4
Update to import into m2e without a plugin error Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/2c681161 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/2c681161 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/2c681161 Branch: refs/heads/trunk Commit: 2c6811615848e361c26d55b3963994a0a397b44c Parents: 60f9b02 Author: Daniel Kulp <[email protected]> Authored: Tue Jan 13 09:00:50 2015 -0500 Committer: Daniel Kulp <[email protected]> Committed: Tue Jan 13 09:00:50 2015 -0500 ---------------------------------------------------------------------- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/2c681161/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 336f3fa..c4d7cd8 100755 --- a/pom.xml +++ b/pom.xml @@ -1280,6 +1280,19 @@ <execute /> </action> </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-plugin-plugin</artifactId> + <versionRange>[3.1,)</versionRange> + <goals> + <goal>descriptor</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration>
