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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu May 7 16:19:14 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-05-07 16:19:13 -0400 (Thu, 07 May 2009)
New Revision: 4764

Modified:
   jbpm4/trunk/modules/enterprise/pom.xml
Log:
removed generation of unused enterprise artifacts

Modified: jbpm4/trunk/modules/enterprise/pom.xml
===================================================================
--- jbpm4/trunk/modules/enterprise/pom.xml	2009-05-07 20:14:13 UTC (rev 4763)
+++ jbpm4/trunk/modules/enterprise/pom.xml	2009-05-07 20:19:13 UTC (rev 4764)
@@ -81,7 +81,17 @@
 
   <!-- Plugins -->
   <build>
-
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skipTests>true</skipTests>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+<!-- 
     <testResources>
       <testResource>
         <directory>src/test/resources</directory>
@@ -169,4 +179,5 @@
 
   </profiles>
 
+ -->
 </project>
\ No newline at end of file




More information about the jbpm-commits mailing list