[java-identity-provider COMMIT] /trunk/idp-distribution/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Jun 25 23:20:35 EDT 2014
Author: tzeller
Date: Wed Jun 25 23:20:35 2014
New Revision: 6175
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6175&view=rev
Log:
The antrun plugin should run after the dependency plugin.
Modified:
trunk/idp-distribution/pom.xml
Modified: trunk/idp-distribution/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-distribution/pom.xml?rev=6175&r1=6174&r2=6175&view=diff
==============================================================================
--- trunk/idp-distribution/pom.xml (original)
+++ trunk/idp-distribution/pom.xml Wed Jun 25 23:20:35 2014
@@ -40,7 +40,7 @@
<executions>
<execution>
<id>copy-resources</id>
- <phase>package</phase>
+ <phase>prepare-package</phase>
<goals>
<goal>copy-resources</goal>
</goals>
@@ -62,7 +62,7 @@
<!-- Copy war to assembly directory. -->
<execution>
<id>copy-idp-war</id>
- <phase>package</phase>
+ <phase>prepare-package</phase>
<goals>
<goal>copy</goal>
</goals>
@@ -83,7 +83,7 @@
<!-- Unpack idp-conf to assembly directory. -->
<execution>
<id>unpack-idp-conf</id>
- <phase>package</phase>
+ <phase>prepare-package</phase>
<goals>
<goal>unpack</goal>
</goals>
@@ -103,7 +103,7 @@
<!-- Copy Jetty DTA plugin to jetty-base/lib/ext directory. -->
<execution>
<id>copy-jetty-dta-ssl</id>
- <phase>package</phase>
+ <phase>prepare-package</phase>
<goals>
<goal>copy</goal>
</goals>
More information about the commits
mailing list