Print

Print


Commit in mcd-analysis on MAIN
pom.xml+6-571.5 -> 1.6
use lcsim-parent as parent pom; remove duplicate configuration; update lcsim dependency version

mcd-analysis
pom.xml 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- pom.xml	18 Dec 2012 18:02:14 -0000	1.5
+++ pom.xml	16 Apr 2013 19:39:13 -0000	1.6
@@ -5,6 +5,11 @@
     <name>Muon Collider Detector Java Project</name>
     <version>1.0-SNAPSHOT</version>
     <description>Muon Collider Detector Java code that uses the LCSim project infrastructure.</description>
+    <parent>
+        <groupId>org.lcsim</groupId>
+        <artifactId>lcsim-parent</artifactId>
+        <version>2.8-SNAPSHOT</version>
+    </parent>
     <scm>
         <connection>scm:cvs:pserver:[log in to unmask]:/cvs/lcd:${project.artifactId}</connection>
         <developerConnection>scm:cvs:pserver:[log in to unmask]:/cvs/lcd:${project.artifactId}</developerConnection>
@@ -16,66 +21,10 @@
             <name>${project.artifactId}</name>
             <url>scp://svn.slac.stanford.edu///nfs/slac/g/lcd/mc/prj/www/lcsim/software/${project.artifactId}/${project.version}</url>
         </site>
-        <repository>
-            <id>lcsim-maven-slac-linux</id>
-            <name>org.lcsim Maven Repository</name>
-            <url>scpexe://svn.slac.stanford.edu///nfs/slac/g/lcd/mc/prj/www/lcsim/maven2/</url>
-        </repository>
     </distributionManagement>
-    <repositories>
-        <repository>
-            <id>lcsim-maven</id>
-            <name>org.lcsim Maven Repository</name>
-            <url>http://lcsim.org/maven2</url>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-                <checksumPolicy>ignore</checksumPolicy>
-            </snapshots>
-        </repository>
-        <repository>
-            <id>freehep-maven</id>
-            <name>FreeHEP Maven 2 Repository</name>
-            <url>http://java.freehep.org/maven2</url>
-        </repository>
-    </repositories>
-    <pluginRepositories>
-        <pluginRepository>
-            <id>freehep-maven</id>
-            <name>Freehep Plugin Repository</name>
-            <url>http://java.freehep.org/maven2</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </pluginRepository>
-    </pluginRepositories>
     <build>        
-        <defaultGoal>install</defaultGoal>
         <plugins>            
             <plugin>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.6</source>
-                    <target>1.6</target>
-                    <showDeprecation>true</showDeprecation>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <argLine>-Xmx1024m</argLine>
-                    <forkMode>pertest</forkMode>
-                    <excludes>
-                        <!-- Fix for http://jira.codehaus.org/browse/SUREFIRE-288 -->
-                        <exclude>**/*$*</exclude>
-                    </excludes>	 
-                </configuration>
-            </plugin>
-            <plugin>
                 <groupId>org.freehep</groupId>
                 <artifactId>freehep-jas-plugin</artifactId>
                 <version>2.0.1</version>
@@ -127,7 +76,7 @@
         <dependency>
             <groupId>org.lcsim</groupId>
             <artifactId>lcsim</artifactId>
-            <version>2.6-SNAPSHOT</version>
+            <version>2.8-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1