Commit in lcsim on MAIN
pom2.xml+6-141.2 -> 1.3
JM: Working maven 2 build with changes to surefire config.

lcsim
pom2.xml 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- pom2.xml	8 Aug 2007 21:01:00 -0000	1.2
+++ pom2.xml	8 Aug 2007 22:02:10 -0000	1.3
@@ -66,12 +66,16 @@
 	<artifactId>maven-surefire-plugin</artifactId>
 	<configuration>
 	  <argLine>-Xmx1024m</argLine>
+	  <disableXmlReport>true</disableXmlReport>
+	  <forkMode>always</forkMode>
+	  <!--<useSystemClassLoader>true</useSystemClassLoader>-->
 	  <excludes>
 	    <exclude>org/lcsim/recon/tracking/**</exclude>
 	    <exclude>org/lcsim/spacegeom/**</exclude>
-	    <!-- to fix http://jira.codehaus.org/browse/SUREFIRE-288 -->
-	    <exclude>**/*$*</exclude>
 	    <exclude>org/lcsim/detector/driver/**</exclude>
+	    <exclude>NeighbourFindingTest.java</exclude>
+	    <!-- Fixes: http://jira.codehaus.org/browse/SUREFIRE-288 -->
+	    <exclude>**/*$*</exclude>
 	  </excludes>	 
         </configuration>
       </plugin>
@@ -93,18 +97,6 @@
     </pluginRepository>
   </pluginRepositories>
   <dependencies>
-<!--
-    <dependency>
-      <groupId>hep.aida</groupId>
-      <artifactId>aida</artifactId>
-      <version>3.2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>hep.aida</groupId>
-      <artifactId>aida-dev</artifactId>
-      <version>3.2.1</version>
-    </dependency>
--->
     <dependency>
       <groupId>org.freehep</groupId>
       <artifactId>freehep-jaida</artifactId>
CVSspam 0.2.8