You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ja...@apache.org on 2008/12/08 22:28:41 UTC

svn commit: r724492 - /geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_Server/Controller.groovy

Author: jawarner
Date: Mon Dec  8 13:28:41 2008
New Revision: 724492

URL: http://svn.apache.org/viewvc?rev=724492&view=rev
Log:
Fixing Geronimo_Server maven command.

Modified:
    geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_Server/Controller.groovy

Modified: geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_Server/Controller.groovy
URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_Server/Controller.groovy?rev=724492&r1=724491&r2=724492&view=diff
==============================================================================
--- geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_Server/Controller.groovy (original)
+++ geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_Server/Controller.groovy Mon Dec  8 13:28:41 2008
@@ -33,6 +33,6 @@
     def build = {
         def maven = new MavenCommand(context)
         maven.javaVersion = 1.5
-        maven.execute('-Dstage=assemble -Dtest=false -DfailIfNoTests=false -P no-it')
+        maven.execute('-Dstage=assemble -Dtest=false -DfailIfNoTests=false')
     }
 }