You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2013/11/16 22:18:43 UTC

svn commit: r1542576 - /cayenne/main/trunk/pom.xml

Author: aadamchik
Date: Sat Nov 16 21:18:42 2013
New Revision: 1542576

URL: http://svn.apache.org/r1542576
Log:
CAY-1883 - Clean up Cayenne maven structure - get rid of aggregate modules

* maven-remote-resources-plugin - adding Eclipse handler

Modified:
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=1542576&r1=1542575&r2=1542576&view=diff
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Sat Nov 16 21:18:42 2013
@@ -555,6 +555,19 @@
 								</pluginExecution>
 								<pluginExecution>
 									<pluginExecutionFilter>
+										<groupId>org.apache.maven.plugins</groupId>
+										<artifactId>maven-remote-resources-plugin</artifactId>
+										<versionRange>[1.0,)</versionRange>
+										<goals>
+											<goal>bundle</goal>
+										</goals>
+									</pluginExecutionFilter>
+									<action>
+										<ignore />
+									</action>
+								</pluginExecution>
+								<pluginExecution>
+									<pluginExecutionFilter>
 										<groupId>org.objectstyle.woproject.maven2</groupId>
 										<artifactId>maven-japplication-plugin</artifactId>
 										<versionRange>[1.0,)</versionRange>