You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/01/13 16:08:29 UTC

svn commit: r368752 - /incubator/servicemix/trunk/servicemix-assembly/maven.xml

Author: foconer
Date: Fri Jan 13 07:08:21 2006
New Revision: 368752

URL: http://svn.apache.org/viewcvs?rev=368752&view=rev
Log:
Reference now the /etc/. Also, fix for build when copying the created servicemix jar.

Modified:
    incubator/servicemix/trunk/servicemix-assembly/maven.xml

Modified: incubator/servicemix/trunk/servicemix-assembly/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-assembly/maven.xml?rev=368752&r1=368751&r2=368752&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-assembly/maven.xml (original)
+++ incubator/servicemix/trunk/servicemix-assembly/maven.xml Fri Jan 13 07:08:21 2006
@@ -38,12 +38,8 @@
     <goal name="nightly" prereqs="clean, jar:install, jar:deploy, dist:deploy"/>
     
     <!-- redefined "build" goal from parent pom -->
-    <goal name="build" prereqs="jar:install, dist:build-bin"/>
-              
-    <goal name="default">
-      <attainGoal name="build"/>
-    </goal> 
-    
+    <goal name="default" prereqs="jar:install, dist:build-bin"/>
+       
     <goal name="prepare"
           prereqs="dist:prepare-bin-filesystem"/>
 
@@ -126,7 +122,7 @@
     </ant:copy>
     -->
 
-    <ant:copy todir="${maven.dist.bin.assembly.dir}" file="${maven.repo.local}/${pom.groupId}/jars/${pom.groupId}-${pom.currentVersion}.jar"/>
+    <ant:copy todir="${maven.dist.bin.assembly.dir}" file="${maven.repo.local}/${pom.groupId}/jars/${pom.artifactId}-${pom.currentVersion}.jar"/>
 
     <!-- Copy  the runtime dependencies into lib and create a classpath for the server.jar file -->
     <j:set var="libDir" value="${maven.dist.bin.assembly.dir}/lib"/>