[java-identity-provider COMMIT] /trunk/idp-distribution/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Jun 25 15:53:20 EDT 2014
Author: tzeller
Date: Wed Jun 25 15:53:20 2014
New Revision: 6172
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6172&view=rev
Log:
Try to make the site plugin happy by changing the phase of the various build plugins to 'package'.
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=6172&r1=6171&r2=6172&view=diff
==============================================================================
--- trunk/idp-distribution/pom.xml (original)
+++ trunk/idp-distribution/pom.xml Wed Jun 25 15:53:20 2014
@@ -40,7 +40,7 @@
<executions>
<execution>
<id>copy-resources</id>
- <phase>generate-resources</phase>
+ <phase>package</phase>
<goals>
<goal>copy-resources</goal>
</goals>
@@ -62,7 +62,7 @@
<!-- Copy war to assembly directory. -->
<execution>
<id>copy-idp-war</id>
- <phase>generate-resources</phase>
+ <phase>package</phase>
<goals>
<goal>copy</goal>
</goals>
@@ -83,7 +83,7 @@
<!-- Unpack idp-conf to assembly directory. -->
<execution>
<id>unpack-idp-conf</id>
- <phase>generate-resources</phase>
+ <phase>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>generate-resources</phase>
+ <phase>package</phase>
<goals>
<goal>copy</goal>
</goals>
@@ -129,7 +129,7 @@
<version>1.7</version>
<executions>
<execution>
- <phase>process-resources</phase>
+ <phase>package</phase>
<goals>
<goal>run</goal>
</goals>
More information about the commits
mailing list