Author: struberg
Date: Sun Mar 17 09:57:33 2013
New Revision: 1457408
URL: http://svn.apache.org/r1457408
Log:
enable the TCK for JSR-299 and 330 for each release
Modified:
openwebbeans/branches/owb_1.1.x/pom.xml
Modified: openwebbeans/branches/owb_1.1.x/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.1.x/pom.xml?rev=1457408&r1=1457407&r2=1457408&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.1.x/pom.xml (original)
+++ openwebbeans/branches/owb_1.1.x/pom.xml Sun Mar 17 09:57:33 2013
@@ -266,6 +266,14 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <arguments>-Papache-release -Ptck -Pjsr330-tck</arguments>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.2</version>
<configuration>