[java-identity-provider COMMIT] /trunk/idp-distribution/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed May 7 10:34:19 EDT 2014


Author: tzeller
Date: Wed May  7 10:34:18 2014
New Revision: 5869

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5869&view=rev
Log:
Fix building of site by unpacking idp-conf in the 'package' phase instead of 'generate-resources' which was a leftover from bundling Jetty.

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=5869&r1=5868&r2=5869&view=diff
==============================================================================
--- trunk/idp-distribution/pom.xml (original)
+++ trunk/idp-distribution/pom.xml Wed May  7 10:34:18 2014
@@ -61,7 +61,7 @@
                     <!-- Unpack idp-conf to assembly directory. -->
                     <execution>
                         <id>unpack-dependencies</id>
-                        <phase>generate-resources</phase>
+                        <phase>package</phase>
                         <goals>
                             <goal>unpack</goal>
                         </goals>



More information about the commits mailing list