Hiram R. Chirino 2006-06-15 14:22:41 +00:00
parent 6355225b13
commit da93e413c1
2 changed files with 10 additions and 1 deletions

View File

@ -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>

View File

@ -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>