You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gr...@apache.org on 2006/05/31 10:08:14 UTC

svn commit: r410455 - /incubator/activemq/trunk/assembly/pom.xml

Author: gregw
Date: Wed May 31 01:08:13 2006
New Revision: 410455

URL: http://svn.apache.org/viewvc?rev=410455&view=rev
Log:
fixed ID issue with assembly plugin - as per patch from Carlos for MASSEMBLY-49

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

Modified: incubator/activemq/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/pom.xml?rev=410455&r1=410454&r2=410455&view=diff
==============================================================================
--- incubator/activemq/trunk/assembly/pom.xml (original)
+++ incubator/activemq/trunk/assembly/pom.xml Wed May 31 01:08:13 2006
@@ -272,8 +272,7 @@
               <descriptors>
                  <descriptor>src/main/descriptors/run-jar.xml</descriptor>
               </descriptors>
-              <finalName>run</finalName>
-              <appendAssemblyId>false</appendAssemblyId>
+              <finalName>activemq-${pom.version}</finalName>
               <archive>
                 <manifest>
                   <mainClass>org.apache.activemq.console.Main</mainClass>
@@ -300,4 +299,4 @@
     </plugins>
   </build>
 
-</project>
\ No newline at end of file
+</project>