Author: jbohn
Date: Fri Oct 17 07:50:39 2008
New Revision: 705631
URL: http://svn.apache.org/viewvc?rev=705631&view=rev
Log:
redo - 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 project
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=705631&r1=705630&r2=705631&view=diff
==============================================================================
--- geronimo/genesis/branches/genesis-1.x/pom.xml (original)
+++ geronimo/genesis/branches/genesis-1.x/pom.xml Fri Oct 17 07:50:39 2008
@@ -238,6 +238,7 @@
<useReleaseProfile>false</useReleaseProfile>
<goals>deploy</goals>
<arguments>-Prelease</arguments>
+ <preparationGoals>clean install -Dit</preparationGoals>
</configuration>
</plugin>
|