You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2014/06/05 21:19:46 UTC

svn commit: r1600730 - /jspwiki/trunk/pom.xml

Author: juanpablo
Date: Thu Jun  5 19:19:46 2014
New Revision: 1600730

URL: http://svn.apache.org/r1600730
Log:
Fixes JSPWIKI-843 - generate test-jars

Modified:
    jspwiki/trunk/pom.xml

Modified: jspwiki/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jspwiki/trunk/pom.xml?rev=1600730&r1=1600729&r2=1600730&view=diff
==============================================================================
--- jspwiki/trunk/pom.xml (original)
+++ jspwiki/trunk/pom.xml Thu Jun  5 19:19:46 2014
@@ -371,6 +371,13 @@
               </manifestEntries>
             </archive>
           </configuration>
+          <executions>
+            <execution>
+              <goals>
+                <goal>test-jar</goal>
+              </goals>
+            </execution>
+          </executions>
         </plugin>
 
         <plugin>