[weld-commits] Weld SVN: r6380 - core/trunk/inject-tck-runner.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Wed Jun 2 15:00:03 EDT 2010
Author: pete.muir at jboss.org
Date: 2010-06-02 15:00:02 -0400 (Wed, 02 Jun 2010)
New Revision: 6380
Modified:
core/trunk/inject-tck-runner/pom.xml
Log:
minor
Modified: core/trunk/inject-tck-runner/pom.xml
===================================================================
--- core/trunk/inject-tck-runner/pom.xml 2010-06-02 15:39:57 UTC (rev 6379)
+++ core/trunk/inject-tck-runner/pom.xml 2010-06-02 19:00:02 UTC (rev 6380)
@@ -89,6 +89,17 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
More information about the weld-commits
mailing list