mirror of https://github.com/apache/activemq.git
- 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>
|
||||
|
||||
<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" />
|
||||
|
||||
</postGoal>
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
</dependency>
|
||||
|
||||
<dependency><!-- Used for unit tests -->
|
||||
<groupId>activemq</groupId>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
<artifactId>activemq-core-test</artifactId>
|
||||
<version>${pom.currentVersion}</version>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in New Issue