[jbpm-commits] JBoss JBPM SVN: r4694 - in jbpm4/trunk/modules: test-pojo and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat May 2 12:37:11 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-05-02 12:37:11 -0400 (Sat, 02 May 2009)
New Revision: 4694

Modified:
   jbpm4/trunk/modules/test-db/pom.xml
   jbpm4/trunk/modules/test-pojo/pom.xml
Log:
excluded test-db and test-pojo from integration test suite

Modified: jbpm4/trunk/modules/test-db/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-db/pom.xml	2009-05-02 16:36:41 UTC (rev 4693)
+++ jbpm4/trunk/modules/test-db/pom.xml	2009-05-02 16:37:11 UTC (rev 4694)
@@ -87,6 +87,22 @@
       </build>
     </profile>
 
+    <!-- 
+    skip tests if this is an integration test run 
+    (only examples and test-db are part of the integration test runs) 
+    -->
+    <profile>
+      <id>integration.test</id>
+      <activation>
+        <property>
+          <name>jboss.bind.address</name>
+        </property>
+      </activation>
+      <properties>
+        <skipTests>true</skipTests>
+      </properties>
+    </profile>
+
     <!-- -Djboss.bind.address
     <profile>
       <id>integration.tests</id>
@@ -153,7 +169,6 @@
         </plugins>
       </build>
     </profile -->
-
   </profiles>
 
 </project>
\ No newline at end of file

Modified: jbpm4/trunk/modules/test-pojo/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-pojo/pom.xml	2009-05-02 16:36:41 UTC (rev 4693)
+++ jbpm4/trunk/modules/test-pojo/pom.xml	2009-05-02 16:37:11 UTC (rev 4694)
@@ -64,4 +64,22 @@
     </plugins>
   </build>
   
+  <profiles>
+    <!-- 
+    skip tests if this is an integration test run 
+    (only examples and test-db are part of the integration test runs) 
+    -->
+    <profile>
+      <id>integration.test</id>
+      <activation>
+        <property>
+          <name>jboss.bind.address</name>
+        </property>
+      </activation>
+      <properties>
+        <skipTests>true</skipTests>
+      </properties>
+    </profile>
+  </profiles>
+
 </project>
\ No newline at end of file




More information about the jbpm-commits mailing list