You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by es...@apache.org on 2007/02/10 06:07:34 UTC

svn commit: r505632 - /portals/pluto/trunk/assembly/pom.xml

Author: esm
Date: Fri Feb  9 21:07:34 2007
New Revision: 505632

URL: http://svn.apache.org/viewvc?view=rev&rev=505632
Log:
[PLUTO-311], [PLUTO-259]: Fixed assembly.  Instead of running the 'assembly' goal, run the 'attached' goal.  This only executes one maven lifecycle where as the 'assembly' goal forked and executed a second maven lifecycle.  This must have been the cause of the Pluto maven plugin failure to execute.

Anyway, from the base directory, you should be able to run:
'mvn site install -P assembly' and build the distributions with no problem.

Modified:
    portals/pluto/trunk/assembly/pom.xml

Modified: portals/pluto/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/assembly/pom.xml?view=diff&rev=505632&r1=505631&r2=505632
==============================================================================
--- portals/pluto/trunk/assembly/pom.xml (original)
+++ portals/pluto/trunk/assembly/pom.xml Fri Feb  9 21:07:34 2007
@@ -88,7 +88,7 @@
                         <goals>
                             <goal>assembly</goal>
                         </goals>
-                        <phase>install</phase>
+                        <phase>attached</phase>
                     </execution>
                 </executions>
                 <configuration>