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:17:02 UTC

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

Author: jbohn
Date: Wed Oct 15 14:17:02 2008
New Revision: 705051

URL: http://svn.apache.org/viewvc?rev=705051&view=rev
Log:
did not intend to remove the integration test invocation in the previous change

Modified:
    geronimo/genesis/trunk/pom.xml

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