Print

Print


Commit in lcsim on MAIN
pom.xml+29-1141.17 -> 1.18
JM: moving deps to lcsim-parent

lcsim
pom.xml 1.17 -> 1.18
diff -u -r1.17 -r1.18
--- pom.xml	21 May 2008 08:38:34 -0000	1.17
+++ pom.xml	22 May 2008 08:55:25 -0000	1.18
@@ -48,128 +48,43 @@
                         </includes>
                 </configuration>
             </plugin>      
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <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>
-                    </excludes>
-                </configuration>
-            </plugin>
-<!--
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-release-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>deploy</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
--->
-        </plugins>    
+        </plugins>
+        <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <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>
+                </excludes>
+            </configuration>
+        </plugin>
     </build>
-    <profiles>
-        <!-- FIXME: This needs to be made generic.  Also, the main class doesn't exist. -->
-        <profile>
-            <id>netbeans-public</id>
-            <activation>
-                <property>
-                    <name>netbeans.execution</name>
-                    <value>true</value>
-                </property>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-jar-plugin</artifactId>
-                        <configuration>
-                            <archive>
-                                <manifest>
-                                    <addClasspath>true</addClasspath>
-                                    <classpathPrefix>lib</classpathPrefix>
-                                    <mainClass>org.lcsim.DTProfile</mainClass>
-                                </manifest>
-                            </archive>
-                        </configuration>
-                    </plugin>
-                    <plugin>
-                        <artifactId>maven-assembly-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>nb</id>
-                                <phase>package</phase>
-                                <goals>
-                                    <goal>directory</goal>
-                                </goals>
-                                <configuration>
-                                    <descriptor>${basedir}/src/main/assemblies/netbeans-run.xml</descriptor>
-                                    <finalName>executable</finalName>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
     <dependencies>
+        <!-- LCDetectors Conditions Database -->
         <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-jaida</artifactId>
-            <version>3.3.0-5</version>
+            <groupId>org.lcsim</groupId>
+            <artifactId>lcsim-detectors</artifactId>
+            <version>1.0-SNAPSHOT</version>
         </dependency>
+        <!-- Geometry Converter -->
         <dependency>
             <groupId>org.lcsim</groupId>
             <artifactId>GeomConverter</artifactId>
             <version>1.3-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>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>net.java.dev</groupId>
-            <artifactId>truezip</artifactId>
-            <version>6.6</version>
-        </dependency>
     </dependencies>
 </project>
CVSspam 0.2.8