You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/04/11 09:02:52 UTC

svn commit: r393151 - /incubator/activemq/trunk/assembly/maven.xml

Author: chirino
Date: Tue Apr 11 00:02:50 2006
New Revision: 393151

URL: http://svn.apache.org/viewcvs?rev=393151&view=rev
Log:
Make the dist build work again

Modified:
    incubator/activemq/trunk/assembly/maven.xml

Modified: incubator/activemq/trunk/assembly/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/assembly/maven.xml?rev=393151&r1=393150&r2=393151&view=diff
==============================================================================
--- incubator/activemq/trunk/assembly/maven.xml (original)
+++ incubator/activemq/trunk/assembly/maven.xml Tue Apr 11 00:02:50 2006
@@ -128,7 +128,7 @@
     </ant:copy>
     -->
 
-    <ant:copy todir="${maven.dist.bin.assembly.dir}" file="${maven.repo.local}/${pom.groupId}/jars/activemq-${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"/>