mirror of
https://github.com/apache/activemq.git
synced 2025-02-08 19:15:20 +00:00
- fix test dependency
- and echo when the test jar is installed git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@369320 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c774233023
commit
91bc5609f4
@ -53,6 +53,7 @@
|
|||||||
</ant:jar>
|
</ant:jar>
|
||||||
|
|
||||||
<mkdir dir="${maven.repo.local}/${pom.groupId}/jars" />
|
<mkdir dir="${maven.repo.local}/${pom.groupId}/jars" />
|
||||||
|
<echo>Copying ${maven.build.dir}/${pom.artifactId}-test-${pom.currentVersion}.jar to ${maven.repo.local}/${pom.groupId}/jars</echo>
|
||||||
<copy todir="${maven.repo.local}/${pom.groupId}/jars" file="${maven.build.dir}/${pom.artifactId}-test-${pom.currentVersion}.jar" />
|
<copy todir="${maven.repo.local}/${pom.groupId}/jars" file="${maven.build.dir}/${pom.artifactId}-test-${pom.currentVersion}.jar" />
|
||||||
|
|
||||||
</postGoal>
|
</postGoal>
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency><!-- Used for unit tests -->
|
<dependency><!-- Used for unit tests -->
|
||||||
<groupId>activemq</groupId>
|
<groupId>${pom.groupId}</groupId>
|
||||||
<artifactId>activemq-core-test</artifactId>
|
<artifactId>activemq-core-test</artifactId>
|
||||||
<version>${pom.currentVersion}</version>
|
<version>${pom.currentVersion}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user