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>