[webbeans-commits] Webbeans SVN: r3215 - in tck/trunk: impl/src/main/resources and 1 other directory.
webbeans-commits at lists.jboss.org
webbeans-commits at lists.jboss.org
Sat Jul 25 09:16:47 EDT 2009
Author: pete.muir at jboss.org
Date: 2009-07-25 09:16:47 -0400 (Sat, 25 Jul 2009)
New Revision: 3215
Modified:
tck/trunk/impl/src/main/resources/tck-tests.xml
tck/trunk/pom.xml
Log:
add source plugin
Modified: tck/trunk/impl/src/main/resources/tck-tests.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-tests.xml 2009-07-25 12:53:36 UTC (rev 3214)
+++ tck/trunk/impl/src/main/resources/tck-tests.xml 2009-07-25 13:16:47 UTC (rev 3215)
@@ -21,7 +21,9 @@
</run>
</groups>
<packages>
- <package name="org.jboss.jsr299.tck.tests" />
+ <package name="org.jboss.jsr299.tck.tests">
+ <exclude name=""></exclude>
+ </package>
</packages>
</test>
Modified: tck/trunk/pom.xml
===================================================================
--- tck/trunk/pom.xml 2009-07-25 12:53:36 UTC (rev 3214)
+++ tck/trunk/pom.xml 2009-07-25 13:16:47 UTC (rev 3215)
@@ -200,7 +200,20 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- </plugin>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
<pluginManagement>
<plugins>
More information about the weld-commits
mailing list