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:13:36 UTC

svn commit: r705047 - /geronimo/genesis/branches/genesis-1.x/pom.xml

Author: jbohn
Date: Wed Oct 15 14:13:35 2008
New Revision: 705047

URL: http://svn.apache.org/viewvc?rev=705047&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/branches/genesis-1.x/pom.xml

Modified: geronimo/genesis/branches/genesis-1.x/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/branches/genesis-1.x/pom.xml?rev=705047&r1=705046&r2=705047&view=diff
==============================================================================
--- geronimo/genesis/branches/genesis-1.x/pom.xml (original)
+++ geronimo/genesis/branches/genesis-1.x/pom.xml Wed Oct 15 14:13:35 2008
@@ -238,6 +238,7 @@
                             <useReleaseProfile>false</useReleaseProfile>
                             <goals>deploy</goals>
                             <arguments>-Prelease</arguments>
+                            <preparationGoals>clean install -Dit</preparationGoals>
                         </configuration>
                     </plugin>