You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2008/10/15 23:15:49 UTC

svn commit: r705049 - /geronimo/genesis/trunk/pom.xml

Author: jbohn
Date: Wed Oct 15 14:15:49 2008
New Revision: 705049

URL: http://svn.apache.org/viewvc?rev=705049&view=rev
Log:
add preparation goal of clean install rather than default of clean verify - install is necessary for multi-project builds so that artifacts are pushed to local maven repo for reuse by other projects

Modified:
    geronimo/genesis/trunk/pom.xml

Modified: geronimo/genesis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/pom.xml?rev=705049&r1=705048&r2=705049&view=diff
==============================================================================
--- geronimo/genesis/trunk/pom.xml (original)
+++ geronimo/genesis/trunk/pom.xml Wed Oct 15 14:15:49 2008
@@ -496,7 +496,7 @@
                             <allowTimestampedSnapshots>false</allowTimestampedSnapshots>
                             <useReleaseProfile>false</useReleaseProfile>
                             <arguments>-Drelease</arguments>
-                            <preparationGoals>clean verify -Dit</preparationGoals>
+                            <preparationGoals>clean install</preparationGoals>
                             <goals>deploy</goals>
                         </configuration>
                     </plugin>