You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/10/10 17:35:43 UTC

svn commit: r703500 - in /geronimo/gshell/trunk/gshell-support: gshell-artifact/pom.xml gshell-ivy/pom.xml

Author: jdillon
Date: Fri Oct 10 08:35:42 2008
New Revision: 703500

URL: http://svn.apache.org/viewvc?rev=703500&view=rev
Log:
Don't run artifact related tests until we sort out this muck

Modified:
    geronimo/gshell/trunk/gshell-support/gshell-artifact/pom.xml
    geronimo/gshell/trunk/gshell-support/gshell-ivy/pom.xml

Modified: geronimo/gshell/trunk/gshell-support/gshell-artifact/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-artifact/pom.xml?rev=703500&r1=703499&r2=703500&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-support/gshell-artifact/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-support/gshell-artifact/pom.xml Fri Oct 10 08:35:42 2008
@@ -36,7 +36,11 @@
     <description>
         Provides support for working with artifacts and repositories.
     </description>
-    
+
+    <properties>
+        <maven.test.skip>true</maven.test.skip>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.slf4j</groupId>

Modified: geronimo/gshell/trunk/gshell-support/gshell-ivy/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-ivy/pom.xml?rev=703500&r1=703499&r2=703500&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-support/gshell-ivy/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-support/gshell-ivy/pom.xml Fri Oct 10 08:35:42 2008
@@ -37,6 +37,10 @@
         Ivy support.
     </description>
 
+    <properties>
+        <maven.test.skip>true</maven.test.skip>
+    </properties>
+    
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.gshell.support</groupId>