[jbpm-commits] JBoss JBPM SVN: r3757 - jbpm4/trunk/modules/enterprise.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Feb 3 12:11:15 EST 2009


Author: heiko.braun at jboss.com
Date: 2009-02-03 12:11:15 -0500 (Tue, 03 Feb 2009)
New Revision: 3757

Modified:
   jbpm4/trunk/modules/enterprise/pom.xml
Log:
Don't trigger enterprise tests through bind address

Modified: jbpm4/trunk/modules/enterprise/pom.xml
===================================================================
--- jbpm4/trunk/modules/enterprise/pom.xml	2009-02-03 17:05:26 UTC (rev 3756)
+++ jbpm4/trunk/modules/enterprise/pom.xml	2009-02-03 17:11:15 UTC (rev 3757)
@@ -134,37 +134,7 @@
         </plugins>
       </build>
     </profile>
-
-    <profile>
-      <id>jboss-bind-address</id>
-      <activation>
-        <property>
-          <name>jboss.bind.address</name>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <skipTests>true</skipTests>
-            </configuration>
-            <executions>
-              <execution>
-                <id>integration-tests</id>
-                <phase>integration-test</phase>
-                <goals>
-                  <goal>test</goal>
-                </goals>
-                <configuration>
-                  <skipTests>false</skipTests>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
+    
   </profiles>
 
 </project>
\ No newline at end of file




More information about the jbpm-commits mailing list