You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/04/05 16:02:05 UTC

svn commit: r1089050 - /commons/proper/commons-parent/trunk/pom.xml

Author: ggregory
Date: Tue Apr  5 14:02:05 2011
New Revision: 1089050

URL: http://svn.apache.org/viewvc?rev=1089050&view=rev
Log:
Added test jar generation to the apache-release profile.

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1089050&r1=1089049&r2=1089050&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Apr  5 14:02:05 2011
@@ -626,6 +626,17 @@
               <createChecksum>true</createChecksum>
             </configuration>
           </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-jar-plugin</artifactId>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>test-jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>          
         </plugins>
       </build>
     </profile>