Print

Print


Commit in lcsim on MAIN
pom2.xml+4-31.6 -> 1.7
JM: More config for maven2.

lcsim
pom2.xml 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- pom2.xml	9 Aug 2007 18:21:52 -0000	1.6
+++ pom2.xml	9 Aug 2007 20:27:44 -0000	1.7
@@ -72,13 +72,14 @@
 	  <excludes>
 	    <!-- 
 		 Fix for http://jira.codehaus.org/browse/SUREFIRE-288 
-		 Ignore inner classes and don't try to make tests from them.
+		 Ignore inner classes when scanning for tests.
 	    -->
 	    <exclude>**/*$*</exclude>
-	    <exclude>org/lcsim/detector/driver/*.java</exclude>
+	    <!--<exclude>org/lcsim/detector/driver/*.java</exclude>-->
 	  </excludes>	 
 	  <includes>
-	    <include>org/lcsim/**</include>
+	    <include>org/lcsim/**/*Test.java</include>
+	    <include>org/lcsim/recon/tracking/*/*_t.java</include>
 	  </includes>
         </configuration>
       </plugin>
CVSspam 0.2.8