You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2011/03/11 13:44:27 UTC

svn commit: r1080555 - /gump/metadata/project/opensaml-openws.xml

Author: bodewig
Date: Fri Mar 11 12:44:27 2011
New Revision: 1080555

URL: http://svn.apache.org/viewvc?rev=1080555&view=rev
Log:
tests fail

Modified:
    gump/metadata/project/opensaml-openws.xml

Modified: gump/metadata/project/opensaml-openws.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/opensaml-openws.xml?rev=1080555&r1=1080554&r2=1080555&view=diff
==============================================================================
--- gump/metadata/project/opensaml-openws.xml (original)
+++ gump/metadata/project/opensaml-openws.xml Fri Mar 11 12:44:27 2011
@@ -28,7 +28,9 @@
   <project name="opensaml-openws">
     <package>org.opensaml</package>
 
-    <mvn2/>
+    <mvn2>
+      <property name="maven.test.skip" value="true"/>
+    </mvn2>
 
     <depend project="opensaml-xmltooling"/>
     <option project="commons-codec"/>
@@ -46,4 +48,9 @@
       from="Davanum Srinivas &lt;dims@yahoo.com&gt;"/>
   </project>
 
+  <project name="opensaml-openws-test">
+    <depend project="opensaml-openws"/>
+    <mvn2/>
+    <report nested="target/surefire-reports"/>
+  </project>
 </module>