Author: mgrigorov
Date: Fri Aug 19 10:29:05 2011
New Revision: 1159580
URL: http://svn.apache.org/viewvc?rev=1159580&view=rev
Log:
WICKET-3975 Publish source artifacts for test-jar artifacts too
Modified:
wicket/trunk/pom.xml
Modified: wicket/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=1159580&r1=1159579&r2=1159580&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Fri Aug 19 10:29:05 2011
@@ -722,6 +722,7 @@
<id>attach-sources</id>
<goals>
<goal>jar</goal>
+
<goal>test-jar</goal>
</goals>
</execution>
</executions>