Author: ate
Date: Tue May 12 21:55:10 2009
New Revision: 774107
URL: http://svn.apache.org/viewvc?rev=774107&view=rev
Log:
Configure the assembly plugin to execute the earliest possible during the build
lifecycle, meaning the generate-sources lifecycle, to prevent including
temporary artifacts produced later during the build
Modified:
portals/portals-pom/trunk/pom.xml
Modified: portals/portals-pom/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/portals/portals-pom/trunk/pom.xml?rev=774107&r1=774106&r2=774107&view=diff
==============================================================================
--- portals/portals-pom/trunk/pom.xml (original)
+++ portals/portals-pom/trunk/pom.xml Tue May 12 21:55:10 2009
@@ -107,7 +107,7 @@
<executions>
<execution>
<id>make-assembly</id>
- <phase>package</phase>
+ <phase>generate-sources</phase>
<goals>
<goal>single</goal>
</goals>