mirror of https://github.com/apache/activemq.git
fixed ID issue with assembly plugin - as per patch from Carlos for MASSEMBLY-49
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@410455 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f4160e8874
commit
52cdf3dd4f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue