mirror of https://github.com/apache/activemq.git
Make the dist build work again
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@393151 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ad612f59d0
commit
13e8bf0b91
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue