- 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:
Hiram R. Chirino 2006-01-16 03:01:24 +00:00
parent c774233023
commit 91bc5609f4
2 changed files with 2 additions and 1 deletions

View File

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

View File

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