Author: boisvert
Date: Wed Sep 20 07:55:46 2006
New Revision: 448215
URL: http://svn.apache.org/viewvc?view=rev&rev=448215
Log:
Mistakenly added bpel-test module yesterday, which causes build failures
because some tests don't pass.
I'm commenting it for the time being so users can build without too much trouble
(building with maven.test.skip=true didn't work because bpel-test forces the
value to "true")
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=448215&r1=448214&r2=448215
==============================================================================
--- incubator/ode/trunk/pom.xml (original)
+++ incubator/ode/trunk/pom.xml Wed Sep 20 07:55:46 2006
@@ -125,7 +125,7 @@
<module>bpel-ql</module>
<module>bpel-connector</module>
<module>bpel-epr</module>
- <module>bpel-test</module>
+ <!--module>bpel-test</module-->
<module>dao-hibernate</module>
<module>dao-hibernate-db-derby</module>