[java-metadata-aggregator COMMIT] /trunk/aggregator-distribution/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Feb 11 11:30:38 EST 2014
Author: iay
Date: Tue Feb 11 11:30:38 2014
New Revision: 336
URL: http://svn.shibboleth.net/view/java-metadata-aggregator?rev=336&view=rev
Log:
Tell Eclipse that it's OK to execute the unpack step.
Modified:
trunk/aggregator-distribution/pom.xml
Modified: trunk/aggregator-distribution/pom.xml
URL: http://svn.shibboleth.net/view/java-metadata-aggregator/trunk/aggregator-distribution/pom.xml?rev=336&r1=335&r2=336&view=diff
==============================================================================
--- trunk/aggregator-distribution/pom.xml (original)
+++ trunk/aggregator-distribution/pom.xml Tue Feb 11 11:30:38 2014
@@ -94,6 +94,35 @@
</executions>
</plugin>
</plugins>
+
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>lifecycle-mapping</artifactId>
+ <version>1.0.0</version>
+ <configuration>
+ <lifecycleMappingMetadata>
+ <pluginExecutions>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <versionRange>[2.0,)</versionRange>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <execute />
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
</build>
</project>
More information about the commits
mailing list