You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2007/07/18 17:02:23 UTC

svn commit: r557286 - /incubator/qpid/branches/M2/java/distribution/pom.xml

Author: ritchiem
Date: Wed Jul 18 08:02:22 2007
New Revision: 557286

URL: http://svn.apache.org/viewvc?view=rev&rev=557286
Log:
Set default mvn build to assembly:assembly

Modified:
    incubator/qpid/branches/M2/java/distribution/pom.xml

Modified: incubator/qpid/branches/M2/java/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/distribution/pom.xml?view=diff&rev=557286&r1=557285&r2=557286
==============================================================================
--- incubator/qpid/branches/M2/java/distribution/pom.xml (original)
+++ incubator/qpid/branches/M2/java/distribution/pom.xml Wed Jul 18 08:02:22 2007
@@ -39,8 +39,11 @@
         <java.source.version>1.5</java.source.version>
         <qpid.version>${pom.version}</qpid.version>
         <qpid.targetDir>${project.build.directory}</qpid.targetDir>
+
+        <!-- This is an assembly/distribution pom so no test code exists -->
+        <maven.test.skip>true</maven.test.skip>
     </properties>
-   
+
     <repositories>
       <repository>
         <id>repo1.maven.org</id>
@@ -131,6 +134,9 @@
                 </executions>
             </plugin>
         </plugins>
+
+    
+         <defaultGoal>assembly:assembly</defaultGoal>
     </build>
 
     <profiles>