[jbpm-commits] JBoss JBPM SVN: r4140 - in jbpm4/branches/tbaeyens/modules/test-db: src/main/java and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Mar 4 13:47:07 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-03-04 13:47:07 -0500 (Wed, 04 Mar 2009)
New Revision: 4140

Removed:
   jbpm4/branches/tbaeyens/modules/test-db/src/main/java/org/
Modified:
   jbpm4/branches/tbaeyens/modules/test-db/pom.xml
Log:
updates :-)

Modified: jbpm4/branches/tbaeyens/modules/test-db/pom.xml
===================================================================
--- jbpm4/branches/tbaeyens/modules/test-db/pom.xml	2009-03-04 16:56:46 UTC (rev 4139)
+++ jbpm4/branches/tbaeyens/modules/test-db/pom.xml	2009-03-04 18:47:07 UTC (rev 4140)
@@ -30,9 +30,15 @@
 
     <dependency>
       <groupId>org.jbpm.jbpm4</groupId>
+      <artifactId>jbpm-api</artifactId>
+      <version>${version}</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.jbpm.jbpm4</groupId>
       <artifactId>jbpm-jpdl</artifactId>
       <version>${version}</version>
-      <scope>test</scope>
+      <scope>runtime</scope>
     </dependency>
 
     <dependency>
@@ -46,15 +52,16 @@
   <!-- Plugins -->
   <build>
     <plugins>
+    <!-- 
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <!-- this tells surefire that the test classes are 
+          this tells surefire that the test classes are 
           to be found in the src directory src/main/java.
           The test classes are in the source directory to make 
           a distinction between the compile time classpath and the 
           runtime test classpath.  The compile time classpath only should 
-          have the api module in its dependencies. -->
+          have the api module in its dependencies. 
           <testSourceDirectory>src/main/java</testSourceDirectory>
           <classesDirectory>target/classes</classesDirectory>
           <testClassesDirectory>target/classes</testClassesDirectory>
@@ -85,6 +92,8 @@
           </execution>
         </executions>
       </plugin>
+      -->
+      
     </plugins>
   </build>
 




More information about the jbpm-commits mailing list