Print

Print


Commit in lcsim on MAIN
pom.xml-731.43 -> 1.44
JM: cleanup pom for 1.4

lcsim
pom.xml 1.43 -> 1.44
diff -u -r1.43 -r1.44
--- pom.xml	29 Oct 2008 22:20:10 -0000	1.43
+++ pom.xml	30 Oct 2008 00:57:16 -0000	1.44
@@ -89,77 +89,26 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <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>
                         <exclude>org/lcsim/ReadoutTest.java</exclude>
-                        <!-- This generates a www test file for DirectedTreeCompareTest so it is run manually. -->
                         <exclude>org/lcsim/recon/cluster/directedtree/DirectedTreeProdTest.java</exclude>
-                        <!-- This test does nothing. -->
                         <exclude>org/lcsim/LCIOHeaderTest.java</exclude>
-                        <!-- Removed while Mat is developing. -->
                         <exclude>org/lcsim/PFATest.java</exclude>
-                        <!-- Removed from default build at Ron's request -->
                         <exclude>org/lcsim/recon/cluster/directedtree/DirectedTreeCompareTest</exclude>
                     </excludes>
                 </configuration>
             </plugin>
-            <!-- Driver service file -->
-<!--
-            /\/\/\ This is causing Netbeans 6.1 builds to fail. /\/\/\
-            <plugin>
-                <groupId>org.lcsim</groupId>
-                <artifactId>maven-service-plugin</artifactId>
-                <version>1.0-SNAPSHOT</version>
-                <executions>
-                    <execution>
-                        <id>generate-service-file</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>generate-service-file</goal>
-                        </goals>
-                        <configuration>
-                            <className>org.lcsim.util.Driver</className>
-                            <outputDirectory>${basedir}/resources/META-INF/services/</outputDirectory>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
--->
-            <!-- local run script -->
-<!--
-            <plugin>
-                <groupId>org.lcsim</groupId>
-                <artifactId>run-script-maven-plugin</artifactId>
-                <version>1.0-SNAPSHOT</version>
-                <executions>
-                    <execution>
-                        <id>generate-run-script</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>generate-run-script</goal>
-                        </goals>
-                        <configuration>
-                            <mainClass>org.lcsim.job.JobControlManager</mainClass>
-                            <scriptName>lcsim</scriptName>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
--->
-            <!-- creates a jar with the classpath in the manifest -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
@@ -173,7 +122,6 @@
                     </archive>
                 </configuration>
             </plugin>
-            <!-- creates a zip file containing all jar dependencies -->
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <executions>
@@ -190,30 +138,9 @@
                     </execution> 
                 </executions>
             </plugin>
-            <!-- unzip all deps to lib dir -->
-<!--    
-            <plugin>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.1</version>
-                <executions>
-                    <execution>
-                        <id>unzip-deps</id>
-                        <phase>install</phase>
-                        <configuration>
-                            <tasks>
-                                <delete dir="${basedir}/lib"/>
-                                <unzip src="${project.build.directory}/${project.build.finalName}-deps.zip"
-                                       dest="${project.basedir}"/>
-                            </tasks>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
--->
         </plugins>
     </build>
     <dependencies>
-        <!-- Geometry Converter -->
         <dependency>
             <groupId>org.lcsim</groupId>
             <artifactId>GeomConverter</artifactId>
CVSspam 0.2.8