Author: ffang
Date: Mon Sep 17 01:38:14 2012
New Revision: 1386450
URL: http://svn.apache.org/viewvc?rev=1386450&view=rev
Log:
[KARAF-1834]Make KarafTestSupport available externally
Modified:
karaf/trunk/itests/pom.xml
Modified: karaf/trunk/itests/pom.xml
URL:
http://svn.apache.org/viewvc/karaf/trunk/itests/pom.xml?rev=1386450&r1=1386449&r2=1386450&view=diff
==============================================================================
--- karaf/trunk/itests/pom.xml (original)
+++ karaf/trunk/itests/pom.xml Mon Sep 17 01:38:14 2012
@@ -84,6 +84,18 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>jar-test-classes</id>
+ <phase>package</phase>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>