Author: chirino
Date: Tue Mar 29 15:05:42 2011
New Revision: 1086620
URL: http://svn.apache.org/viewvc?rev=1086620&view=rev
Log:
Produce a test jar so that other module can reuse the stomp test support bits.
Modified:
activemq/activemq-apollo/trunk/apollo-stomp/pom.xml
Modified: activemq/activemq-apollo/trunk/apollo-stomp/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-stomp/pom.xml?rev=1086620&r1=1086619&r2=1086620&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-stomp/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-stomp/pom.xml Tue Mar 29 15:05:42 2011
@@ -130,7 +130,22 @@
</dependency>
</dependencies>
-
+
+ <build>
+ <plugins>
+ <!-- Generate a test jar for the test cases in this package -->
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
<profiles>
<profile>