Print

Print


Author: [log in to unmask]
Date: Fri Feb  6 15:43:17 2015
New Revision: 2066

Log:
Change distributionManagement URLs to point to Nexus server directly for now to fix strange deployment problems (fix from Max).

Modified:
    java/trunk/parent/pom.xml

Modified: java/trunk/parent/pom.xml
 =============================================================================
--- java/trunk/parent/pom.xml	(original)
+++ java/trunk/parent/pom.xml	Fri Feb  6 15:43:17 2015
@@ -55,12 +55,14 @@
         <repository>
             <id>lcsim-repo-releases</id>
             <name>LCSIM Releases maven repository</name>
-            <url>http://srs.slac.stanford.edu/nexus/content/repositories/lcsim-maven2-releases/</url>
+            <!--<url>http://srs.slac.stanford.edu/nexus/content/repositories/lcsim-maven2-releases/</url>-->
+            <url>http://scalnx-v01.slac.stanford.edu:8180/nexus/content/repositories/lcsim-maven2-releases/</url>
         </repository>
         <snapshotRepository>
             <id>lcsim-repo-snapshots</id>
             <name>LCSIM Snapshots maven repository</name>
-            <url>http://srs.slac.stanford.edu/nexus/content/repositories/lcsim-maven2-snapshot/</url>
+            <!--<url>http://srs.slac.stanford.edu/nexus/content/repositories/lcsim-maven2-snapshot/</url>-->
+            <url>http://scalnx-v01.slac.stanford.edu:8180/nexus/content/repositories/lcsim-maven2-snapshot/</url>
         </snapshotRepository>
         <site>
             <id>lcsim-site</id>
@@ -244,7 +246,10 @@
             <extension>
                 <groupId>org.apache.maven.wagon</groupId>
                 <artifactId>wagon-webdav-jackrabbit</artifactId>
+                <!--
                 <version>2.3</version>
+                -->
+                <version>2.8</version>
             </extension>
         </extensions>
         <pluginManagement>