You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by no...@apache.org on 2011/02/24 14:34:37 UTC

svn commit: r1074137 - /aries/trunk/parent/default-parent/pom.xml

Author: not
Date: Thu Feb 24 13:34:37 2011
New Revision: 1074137

URL: http://svn.apache.org/viewvc?rev=1074137&view=rev
Log:
ARIES-587 Tell m2e to ignore even more stuff in the interests of it not complaining

Modified:
    aries/trunk/parent/default-parent/pom.xml

Modified: aries/trunk/parent/default-parent/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/parent/default-parent/pom.xml?rev=1074137&r1=1074136&r2=1074137&view=diff
==============================================================================
--- aries/trunk/parent/default-parent/pom.xml (original)
+++ aries/trunk/parent/default-parent/pom.xml Thu Feb 24 13:34:37 2011
@@ -195,6 +195,27 @@
     				<configuration>
     					<lifecycleMappingMetadata>
     						<pluginExecutions>
+        						<pluginExecution>
+        							<pluginExecutionFilter>
+        								<groupId>
+        									org.apache.servicemix.tooling
+        								</groupId>
+        								<artifactId>
+        									depends-maven-plugin
+        								</artifactId>
+        								<versionRange>
+        									[1.2,)
+        								</versionRange>
+        								<goals>
+        									<goal>
+        										generate-depends-file
+        									</goal>
+        								</goals>
+        							</pluginExecutionFilter>
+        							<action>
+        								<ignore></ignore>
+        							</action>
+        						</pluginExecution>
     							<pluginExecution>
     								<pluginExecutionFilter>
     									<groupId>