Print

Print


Commit in GeomConverter on MAIN
pom.xml+13-41.43 -> 1.44
src/assembly/bin.xml+11.1 -> 1.2
+14-4
2 modified files
make names of snapshots non-unique (don't include the time stamp); prints strange error traceback on goal execution but appears to upload ok

GeomConverter
pom.xml 1.43 -> 1.44
diff -u -r1.43 -r1.44
--- pom.xml	7 Dec 2009 22:59:27 -0000	1.43
+++ pom.xml	7 Dec 2009 23:46:56 -0000	1.44
@@ -69,11 +69,13 @@
             <id>lcsim-maven</id>
             <name>org.lcsim Maven Repository</name>
             <url>http://lcsim.org/maven2</url>
+<!--
             <snapshots>
-                <enabled>true</enabled>
+                <enabled>false</enabled>
                 <updatePolicy>always</updatePolicy>
                 <checksumPolicy>ignore</checksumPolicy>
             </snapshots>
+-->
         </repository>
     </repositories>
     <parent>
@@ -83,9 +85,16 @@
     </parent>
     <distributionManagement>
         <site>
-          <id>GeomConverter</id>
-          <name>GeomConverter</name>
-          <url>scp://svn.slac.stanford.edu///nfs/slac/g/lcd/mc/prj/www/lcsim/software/geomconverter/${project.version}</url>
+            <id>GeomConverter</id>
+            <name>GeomConverter</name>
+            <url>scp://svn.slac.stanford.edu///nfs/slac/g/lcd/mc/prj/www/lcsim/software/geomconverter/${project.version}</url>
         </site>
+        <snapshotRepository>
+            <id>lcsim-maven</id>
+            <name>org.lcsim Maven Repository</name>
+            <url>scp://svn.slac.stanford.edu///nfs/slac/g/lcd/mc/prj/www/lcsim/maven2/</url>
+<!--            <url>http://lcsim.org/maven2</url> -->
+            <uniqueVersion>false</uniqueVersion>
+        </snapshotRepository>
     </distributionManagement>
 </project>

GeomConverter/src/assembly
bin.xml 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- bin.xml	7 Dec 2009 22:59:27 -0000	1.1
+++ bin.xml	7 Dec 2009 23:46:56 -0000	1.2
@@ -13,6 +13,7 @@
     </fileSets>
     <dependencySets>
         <dependencySet>
+<!--            <outputFileNameMapping>${artifactId}-${baseVersion}.${extension}</outputFileNameMapping> -->
             <outputDirectory>/</outputDirectory>
             <unpack>true</unpack>
             <scope>runtime</scope>
CVSspam 0.2.8