You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2006/10/10 17:00:34 UTC

svn commit: r454768 - /incubator/ode/trunk/pom.xml

Author: mriou
Date: Tue Oct 10 08:00:34 2006
New Revision: 454768

URL: http://svn.apache.org/viewvc?view=rev&rev=454768
Log:
Skipping tests (once again). We'll have to spend some time either nuking the deprecated test cases or making them work at some point.

Modified:
    incubator/ode/trunk/pom.xml

Modified: incubator/ode/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/pom.xml?view=diff&rev=454768&r1=454767&r2=454768
==============================================================================
--- incubator/ode/trunk/pom.xml (original)
+++ incubator/ode/trunk/pom.xml Tue Oct 10 08:00:34 2006
@@ -34,6 +34,7 @@
 
     <properties>
         <vendor.name>Apache Software Foundation</vendor.name>
+        <maven.test.skip>true</maven.test.skip>
 
         <!--
           Default ODE properties, these properties may be referenced in resources and the
@@ -98,7 +99,7 @@
         |
     -->
     <modules>
-        <module>jbi-examples</module>
+        <!--<module>jbi-examples</module>-->
         <module>tools-bin</module>
 
         <module>axis2</module>
@@ -132,8 +133,8 @@
         <module>dao-hibernate-db-derby</module>
         <!-- <module>dao-memory</module> -->
 
-        <module>jbi</module>
-        <module>jbi-install</module>
+        <!--<module>jbi</module>-->
+        <!--<module>jbi-install</module>-->
 
         <module>jca-ra</module>
         <module>jca-rar</module>
@@ -145,7 +146,7 @@
         <module>bpel-scheduler-quartz</module>
 
         <module>distro-axis2</module>
-    	<module>distro-jbi</module>
+    	<!--<module>distro-jbi</module>-->
     </modules>
 
     <dependencies>