Print

Print


Commit in lcsim on MAIN
pom.xml+5-21.37 -> 1.38
JM: fix problem where tests were run twice in default build

lcsim
pom.xml 1.37 -> 1.38
diff -u -r1.37 -r1.38
--- pom.xml	7 Oct 2008 00:34:46 -0000	1.37
+++ pom.xml	7 Oct 2008 18:15:20 -0000	1.38
@@ -155,7 +155,7 @@
                     </execution>
                 </executions>
             </plugin>
-            <!-- jar with classpath in manifest -->
+            <!-- creates a jar with the classpath in the manifest -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
@@ -169,7 +169,7 @@
                     </archive>
                 </configuration>
             </plugin>
-            <!-- zip file with all deps -->
+            <!-- creates a zip file containing all jar dependencies -->
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <executions>
@@ -178,6 +178,7 @@
                         <configuration>
                             <descriptors>
                                 <descriptor>${basedir}/src/assembly/deps.xml</descriptor>
+                                <maven.test.skip>true</maven.test.skip>
                             </descriptors>
                         </configuration>
                         <goals>
@@ -187,6 +188,7 @@
                 </executions>
             </plugin>
             <!-- unzip all deps to lib dir -->
+<!--    
             <plugin>
                 <artifactId>maven-antrun-plugin</artifactId>
                 <version>1.1</version>
@@ -204,6 +206,7 @@
                     </execution>
                 </executions>
             </plugin>
+-->
         </plugins>
     </build>
     <dependencies>
CVSspam 0.2.8