You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/01/16 04:01:26 UTC

svn commit: r369320 - in /incubator/activemq/trunk: activemq-core/maven.xml activemq-web/project.xml

Author: chirino
Date: Sun Jan 15 19:01:24 2006
New Revision: 369320

URL: http://svn.apache.org/viewcvs?rev=369320&view=rev
Log:
- fix test dependency
- and echo when the test jar is installed

Modified:
    incubator/activemq/trunk/activemq-core/maven.xml
    incubator/activemq/trunk/activemq-web/project.xml

Modified: incubator/activemq/trunk/activemq-core/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/maven.xml?rev=369320&r1=369319&r2=369320&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/maven.xml (original)
+++ incubator/activemq/trunk/activemq-core/maven.xml Sun Jan 15 19:01:24 2006
@@ -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>

Modified: incubator/activemq/trunk/activemq-web/project.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-web/project.xml?rev=369320&r1=369319&r2=369320&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-web/project.xml (original)
+++ incubator/activemq/trunk/activemq-web/project.xml Sun Jan 15 19:01:24 2006
@@ -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>