[jbpm-commits] JBoss JBPM SVN: r3768 - jbpm4/trunk/modules/test-db.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Feb 4 03:40:26 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-02-04 03:40:26 -0500 (Wed, 04 Feb 2009)
New Revision: 3768

Modified:
   jbpm4/trunk/modules/test-db/pom.xml
Log:
added explanation on surefire configuration in pom

Modified: jbpm4/trunk/modules/test-db/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-db/pom.xml	2009-02-04 07:56:30 UTC (rev 3767)
+++ jbpm4/trunk/modules/test-db/pom.xml	2009-02-04 08:40:26 UTC (rev 3768)
@@ -46,9 +46,15 @@
   <!-- Plugins -->
   <build>
     <plugins>
-      <plugin>           <!--TODO: What's this??-->
+      <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
+          <!-- 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. -->
           <testSourceDirectory>src/main/java</testSourceDirectory>
           <classesDirectory>target/classes</classesDirectory>
           <testClassesDirectory>target/classes</testClassesDirectory>




More information about the jbpm-commits mailing list