Commit in lcsim on MAIN
pom2.xml+129-1051.12 -> 1.13
JM: copy test exclusions from Maven 1 config

lcsim
pom2.xml 1.12 -> 1.13
diff -u -r1.12 -r1.13
--- pom2.xml	8 Feb 2008 21:15:44 -0000	1.12
+++ pom2.xml	24 Apr 2008 23:47:41 -0000	1.13
@@ -3,109 +3,133 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" 
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>lcsim</artifactId>
-    <name>org DOT lcsim</name>
-    <version>1.2-SNAPSHOT</version>
-    <description>org.lcsim</description>
-    
-    <parent>
-        <groupId>org.lcsim</groupId>
-        <artifactId>lcsim-parent</artifactId>
-        <version>1.0-SNAPSHOT</version>
-    </parent>
-    
-     <repositories>
-        <repository>
-            <id>lcsim-maven</id>
-            <name>org.lcsim Maven Repository</name>
-            <url>http://lcsim.org/maven2</url>
-        </repository>
-    </repositories>
-    
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.freehep</groupId>
-                <artifactId>freehep-jas-plugin</artifactId>
-                <version>2.0-SNAPSHOT</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>install</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <jarName>lcsim</jarName>
-                    <includes>
-                        <include>org.freehep:freehep-physics</include>
-                        <include>org.freehep:freehep-sio</include>
-                        <include>org.lcsim:GeomConverter</include>
-                        <include>xerces:xercesImpl</include>
-                        <include>commons-math:commons-math</include>
-                    </includes>
-                </configuration>
-            </plugin>      
-        </plugins>    
-    </build>
-    
-    <dependencies>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-jaida</artifactId>
-            <version>3.3.0-5</version>
-        </dependency>
-        <dependency>
-            <groupId>org.lcsim</groupId>
-            <artifactId>GeomConverter</artifactId>
-            <version>1.2-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-record</artifactId>
-            <version>2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-sio</artifactId>
-            <version>2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-stdhep</artifactId>
-            <version>2.0.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-physics</artifactId>
-            <version>2.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>jas3</artifactId>
-            <version>0.8.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>jas-plotter</artifactId>
-            <version>2.2.2</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-math</groupId>
-            <artifactId>commons-math</artifactId>
-            <version>1.1</version>
-        </dependency>
-        <dependency>
-            <groupId>xerces</groupId>
-            <artifactId>xercesImpl</artifactId>
-            <version>2.7.1</version>
-        </dependency>
-        <dependency>
-            <groupId>net.java.dev</groupId>
-            <artifactId>truezip</artifactId>
-            <version>6.6</version>
-        </dependency>
-    </dependencies>
+  
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>lcsim</artifactId>
+  <name>org DOT lcsim</name>
+  <version>1.2-SNAPSHOT</version>
+  <description>org.lcsim</description>
+  
+  <parent>
+    <groupId>org.lcsim</groupId>
+    <artifactId>lcsim-parent</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  
+  <repositories>
+    <repository>
+      <id>lcsim-maven</id>
+      <name>org.lcsim Maven Repository</name>
+      <url>http://lcsim.org/maven2</url>
+    </repository>
+  </repositories>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.freehep</groupId>
+        <artifactId>freehep-jas-plugin</artifactId>
+        <version>2.0-SNAPSHOT</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>install</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <jarName>lcsim</jarName>
+          <includes>
+            <include>org.freehep:freehep-physics</include>
+            <include>org.freehep:freehep-sio</include>
+            <include>org.lcsim:GeomConverter</include>
+            <include>xerces:xercesImpl</include>
+            <include>commons-math:commons-math</include>
+          </includes>
+        </configuration>
+      </plugin>      
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <!-- These are all copied from the Maven 1 project.xml file. -->
+          <excludes>
+            <!-- Following 3 tests are excluded because they are very slow. -->
+            <exclude>org/lcsim/detector/tracker/readout/SimTrackerHitPositionalReadoutDriverTest.java</exclude>
+            <exclude>org/lcsim/NonTrivialPFASingleEventTest.java</exclude>
+            <exclude>org/lcsim/conditions/DetectorLocator_Test.java</exclude>
+            <!--  Following 6 tests should be covered by Tim's new TrackerHitDriver_User_Test integration test case. -->
+            <exclude>org/lcsim/detector/tracker/readout/SimTrackerHitIdentifierReadoutDriverTest.java</exclude>
+            <exclude>org/lcsim/detector/tracker/readout/TrackerBarrelDigitizationDriverTest.java</exclude>
+            <exclude>org/lcsim/detector/tracker/readout/TrackerEndcapDigitizationDriverTest.java</exclude>
+            <exclude>org/lcsim/detector/tracker/readout/TrackerHitBarrelDriverTest.java</exclude>
+            <exclude>org/lcsim/detector/tracker/readout/TrackerHitEndcapDriverTest.java</exclude>
+            <exclude>org/lcsim/detector/tracker/readout/TrackerHitStrip2DDriverTest.java</exclude>        
+            <!-- Following test prints a lot of output to the terminal. -->
+            <exclude>org/lcsim/detector/tracker/readout/TrackingVolumeTest.java</exclude>            
+            <exclude>**/TestCircle.java</exclude>
+            <exclude>**/TestSquare.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>    
+  </build>
+  
+  <dependencies>
+    <dependency>
+      <groupId>org.freehep</groupId>
+      <artifactId>freehep-jaida</artifactId>
+      <version>3.3.0-5</version>
+    </dependency>
+    <dependency>
+      <groupId>org.lcsim</groupId>
+      <artifactId>GeomConverter</artifactId>
+      <version>1.2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.freehep</groupId>
+      <artifactId>freehep-record</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.freehep</groupId>
+      <artifactId>freehep-sio</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.freehep</groupId>
+      <artifactId>freehep-stdhep</artifactId>
+      <version>2.0.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.freehep</groupId>
+      <artifactId>freehep-physics</artifactId>
+      <version>2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.freehep</groupId>
+      <artifactId>jas3</artifactId>
+      <version>0.8.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.freehep</groupId>
+      <artifactId>jas-plotter</artifactId>
+      <version>2.2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-math</groupId>
+      <artifactId>commons-math</artifactId>
+      <version>1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <version>2.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>net.java.dev</groupId>
+      <artifactId>truezip</artifactId>
+      <version>6.6</version>
+    </dependency>
+  </dependencies>
 </project>
CVSspam 0.2.8