Author: ieb
Date: Wed Jan  7 06:15:17 2009
New Revision: 732348

URL: http://svn.apache.org/viewvc?rev=732348&view=rev
Log:
SHINDIG-726
Patch from Chico Charlesworth
Fixes: Include tests jar in build
Thanks

Modified:
    incubator/shindig/trunk/pom.xml

Modified: incubator/shindig/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=732348&r1=732347&r2=732348&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Wed Jan  7 06:15:17 2009
@@ -727,6 +727,13 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
           <version>2.1</version>
+          <executions>
+           <execution>
+             <goals>
+               <goal>test-jar</goal>
+             </goals>
+           </execution>
+          </executions> 
           <configuration>
             <archive>
               <manifest>


Reply via email to