You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ff...@apache.org on 2012/09/17 03:49:01 UTC

svn commit: r1386454 - /karaf/branches/karaf-2.3.x/itests/pom.xml

Author: ffang
Date: Mon Sep 17 01:48:59 2012
New Revision: 1386454

URL: http://svn.apache.org/viewvc?rev=1386454&view=rev
Log:
[KARAF-1834]Make KarafTestSupport available externally

Modified:
    karaf/branches/karaf-2.3.x/itests/pom.xml

Modified: karaf/branches/karaf-2.3.x/itests/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/itests/pom.xml?rev=1386454&r1=1386453&r2=1386454&view=diff
==============================================================================
--- karaf/branches/karaf-2.3.x/itests/pom.xml (original)
+++ karaf/branches/karaf-2.3.x/itests/pom.xml Mon Sep 17 01:48:59 2012
@@ -84,7 +84,19 @@
                     </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>
 
-</project>
\ No newline at end of file
+</project>