mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@414592 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6355225b13
commit
da93e413c1
|
@ -59,6 +59,15 @@
|
|||
<ant:uptodate property="${uptodatePropName}" targetfile="${uptodateFile}" srcfile="${artifact.path}"/>
|
||||
<j:if test="${context.getVariable(uptodatePropName) != 'true'}">
|
||||
<unjar dest="${maven.build.dir}/classes" src="${artifact.path}"/>
|
||||
<ant:move todir="${maven.build.dir}/classes/META-INF/${artifact.name}">
|
||||
<fileset dir="${maven.build.dir}/classes/META-INF">
|
||||
<include name="MANIFEST.MF*"/>
|
||||
<include name="COPYRIGHT*"/>
|
||||
<include name="LICENSE*"/>
|
||||
<include name="NOTICE*"/>
|
||||
<include name="DISCLAIMER*"/>
|
||||
</fileset>
|
||||
</ant:move>
|
||||
<touch file="${uptodateFile}"/>
|
||||
</j:if>
|
||||
</j:if>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<pomVersion>3</pomVersion>
|
||||
<extend>${basedir}/../etc/project.xml</extend>
|
||||
<name>ActiveMQ :: Assembly</name>
|
||||
<id>incubator-activemq</id>
|
||||
<id>apache-incubator-activemq</id>
|
||||
<shortDescription>ActiveMQ Assembly</shortDescription>
|
||||
<description>ActiveMQ Assembly creates an ActiveMQ distribution</description>
|
||||
|
||||
|
|
Loading…
Reference in New Issue