Print

Print


Commit in lcsim on MAIN
pom.xml+2-181.76 -> 1.77
Remove hardwired username from scm

lcsim
pom.xml 1.76 -> 1.77
diff -u -r1.76 -r1.77
--- pom.xml	6 Jan 2009 21:39:13 -0000	1.76
+++ pom.xml	30 Jan 2009 00:43:44 -0000	1.77
@@ -5,8 +5,8 @@
     <version>1.11-SNAPSHOT</version>
     <description>A Java-based reconstruction and analysis system for ILC detectors.</description>
     <scm>
-        <connection>scm:cvs:pserver:anonymous:@cvs.freehep.org:/cvs/lcd:lcsim</connection>
-        <developerConnection>scm:cvs:pserver:jeremy:@cvs.freehep.org:/cvs/lcd:lcsim</developerConnection>
+        <connection>scm:cvs:pserver:cvs.freehep.org:/cvs/lcd:lcsim</connection>
+        <developerConnection>scm:cvs:pserver:cvs.freehep.org:/cvs/lcd:lcsim</developerConnection>
         <url>http://source.freehep.org/jcvsweb/ilc/LCSIM/list/lcsim</url>
   </scm>             
     <repositories>
@@ -134,22 +134,6 @@
                 </configuration>
             </plugin>
             <plugin>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <configuration>
-                            <descriptors>
-                                <descriptor>${lcsim.assemblyfile}</descriptor>
-                            </descriptors>
-                        </configuration>
-                        <goals>
-                            <goal>attached</goal>
-                        </goals>
-                    </execution> 
-                </executions>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
                 <executions>
CVSspam 0.2.8