[java-parent-project COMMIT] /trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Mar 8 22:22:28 GMT 2012


Author: lajoie
Date: Thu Mar  8 22:22:28 2012
New Revision: 60

URL: http://svn.shibboleth.net/view/java-parent-project?rev=60&view=rev
Log:
place creation of endorsed directory earlier in the build process in case any of the source phases require it

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/pom.xml?rev=60&r1=59&r2=60&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Thu Mar  8 22:22:28 2012
@@ -551,7 +551,7 @@
                         <artifactId>maven-dependency-plugin</artifactId>
                         <executions>
                             <execution>
-                                <phase>process-resources</phase>
+                                <phase>initialize</phase>
                                 <goals>
                                     <goal>copy</goal>
                                 </goals>



More information about the commits mailing list