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 2010/04/27 21:12:41 UTC

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

Author: jawarner
Date: Tue Apr 27 19:12:40 2010
New Revision: 938608

URL: http://svn.apache.org/viewvc?rev=938608&view=rev
Log:
Disable offline mode until we resolve the maven-jar-plugin issue.

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

Modified: geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy
URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy?rev=938608&r1=938607&r2=938608&view=diff
==============================================================================
--- geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy (original)
+++ geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy Tue Apr 27 19:12:40 2010
@@ -157,7 +157,9 @@ class Controller extends gbuild.system.P
         
         def args = []
         args << '--nocolor'
-        args << '--offline'
+        
+        // Run in offline mode for the moment until we resolve the maven-jar-plugin issue
+        // args << '--offline'
         
         // Setup a tmp dir within our workspace
         def tmpDir = new File('tmp').canonicalFile // Must be canonical