[webbeans-commits] Webbeans SVN: r1927 - in tck/tags: 1.0.0.BETA1 and 3 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Wed Mar 11 13:14:51 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-03-11 13:14:50 -0400 (Wed, 11 Mar 2009)
New Revision: 1927

Added:
   tck/tags/1.0.0.BETA1/
   tck/tags/1.0.0.BETA1/api/
   tck/tags/1.0.0.BETA1/api/pom.xml
   tck/tags/1.0.0.BETA1/impl/
   tck/tags/1.0.0.BETA1/impl/pom.xml
   tck/tags/1.0.0.BETA1/pom.xml
   tck/tags/1.0.0.BETA1/readme.txt
   tck/tags/1.0.0.BETA1/src/main/assembly/assembly.xml
Removed:
   tck/tags/1.0.0.BETA1/api/
   tck/tags/1.0.0.BETA1/api/pom.xml
   tck/tags/1.0.0.BETA1/impl/
   tck/tags/1.0.0.BETA1/impl/pom.xml
   tck/tags/1.0.0.BETA1/pom.xml
   tck/tags/1.0.0.BETA1/readme.txt
   tck/tags/1.0.0.BETA1/src/main/assembly/assembly.xml
Log:
[maven-release-plugin]  copy for tag 1.0.0.BETA1

Copied: tck/tags/1.0.0.BETA1 (from rev 1909, tck/trunk)

Copied: tck/tags/1.0.0.BETA1/api (from rev 1920, tck/trunk/api)

Deleted: tck/tags/1.0.0.BETA1/api/pom.xml
===================================================================
--- tck/trunk/api/pom.xml	2009-03-11 14:31:35 UTC (rev 1920)
+++ tck/tags/1.0.0.BETA1/api/pom.xml	2009-03-11 17:14:50 UTC (rev 1927)
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-JBoss, Home of Professional Open Source
-Copyright 2008, Red Hat Middleware LLC, and individual contributors
-by the @authors tag. See the copyright.txt in the distribution for a
-full listing of individual contributors.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-http://www.apache.org/licenses/LICENSE-2.0
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-
-	<parent>
-		<groupId>org.jboss.jsr299.tck</groupId>
-		<artifactId>parent</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
-	</parent>
-
-	<groupId>org.jboss.jsr299.tck</groupId>
-	<artifactId>jsr299-tck-api</artifactId>
-	<packaging>jar</packaging>
-	<name>JSR-299 TCK API</name>
-	<url>http://www.seamframework.org/WebBeans</url>
-   
-   <dependencies>
-
-      <dependency>
-         <groupId>org.jboss.webbeans</groupId>
-         <artifactId>jsr299-api</artifactId>
-      </dependency>
-      
-      <dependency>
-         <groupId>org.jboss.test-harness</groupId>
-         <artifactId>jboss-test-harness-api</artifactId>
-      </dependency>
-   </dependencies>
-
-   <build>
-      <plugins>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <version>2.2</version>
-            <configuration>
-               <archive>
-                  <manifest>
-                     <mainClass>org.jboss.jsr299.tck.api.TCK</mainClass>
-                  </manifest>
-               </archive>
-            </configuration>
-         </plugin>
-      </plugins>
-   </build>
-
-</project>

Copied: tck/tags/1.0.0.BETA1/api/pom.xml (from rev 1926, tck/trunk/api/pom.xml)
===================================================================
--- tck/tags/1.0.0.BETA1/api/pom.xml	                        (rev 0)
+++ tck/tags/1.0.0.BETA1/api/pom.xml	2009-03-11 17:14:50 UTC (rev 1927)
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+JBoss, Home of Professional Open Source
+Copyright 2008, Red Hat Middleware LLC, and individual contributors
+by the @authors tag. See the copyright.txt in the distribution for a
+full listing of individual contributors.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.jboss.jsr299.tck</groupId>
+		<artifactId>parent</artifactId>
+		<version>1.0.0.BETA1</version>
+	</parent>
+
+	<groupId>org.jboss.jsr299.tck</groupId>
+	<artifactId>jsr299-tck-api</artifactId>
+	<packaging>jar</packaging>
+	<name>JSR-299 TCK API</name>
+	<url>http://www.seamframework.org/WebBeans</url>
+   
+   <dependencies>
+
+      <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>jsr299-api</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>org.jboss.test-harness</groupId>
+         <artifactId>jboss-test-harness-api</artifactId>
+      </dependency>
+   </dependencies>
+
+   <build>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-jar-plugin</artifactId>
+            <version>2.2</version>
+            <configuration>
+               <archive>
+                  <manifest>
+                     <mainClass>org.jboss.jsr299.tck.api.TCK</mainClass>
+                  </manifest>
+               </archive>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
+
+</project>

Copied: tck/tags/1.0.0.BETA1/impl (from rev 1920, tck/trunk/impl)

Deleted: tck/tags/1.0.0.BETA1/impl/pom.xml
===================================================================
--- tck/trunk/impl/pom.xml	2009-03-11 14:31:35 UTC (rev 1920)
+++ tck/tags/1.0.0.BETA1/impl/pom.xml	2009-03-11 17:14:50 UTC (rev 1927)
@@ -1,292 +0,0 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-   <parent>
-      <artifactId>parent</artifactId>
-      <groupId>org.jboss.jsr299.tck</groupId>
-      <version>1.0.0-SNAPSHOT</version>
-   </parent>
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.jsr299.tck</groupId>
-   <artifactId>jsr299-tck-impl</artifactId>
-   <name>JSR-299 TCK tests and harness</name>
-   
-   <dependencies>
-
-      <dependency>
-         <groupId>org.jboss.webbeans</groupId>
-         <artifactId>jsr299-api</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>org.jboss.jsr299.tck</groupId>
-         <artifactId>jsr299-tck-api</artifactId>
-      </dependency>
-      
-      <dependency>
-         <groupId>org.jboss.test-harness</groupId>
-         <artifactId>jboss-test-harness</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>org.testng</groupId>
-         <artifactId>testng</artifactId>
-         <classifier>jdk15</classifier>
-      </dependency>
-
-      <dependency>
-         <groupId>javax.servlet</groupId>
-         <artifactId>servlet-api</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>javax.transaction</groupId>
-         <artifactId>jta</artifactId>
-      </dependency>
-      
-      <dependency>
-        <groupId>org.hibernate</groupId>
-        <artifactId>tck-utils-api</artifactId>
-     </dependency>
-
-      <dependency>
-         <groupId>org.jboss.ejb3</groupId>
-         <artifactId>jboss-ejb3-api</artifactId>
-         <exclusions>
-         	<exclusion>
-         		<artifactId>jboss-jaxrpc</artifactId>
-         		<groupId>jbossws</groupId>
-         	</exclusion>
-         	<exclusion>
-         		<artifactId>jboss-transaction-api</artifactId>
-         		<groupId>org.jboss.javaee</groupId>
-         	</exclusion>
-         	<exclusion>
-         		<artifactId>jboss-jaxrpc</artifactId>
-         		<groupId>jboss.jbossws</groupId>
-         	</exclusion>
-         </exclusions>
-      </dependency>
-
-      <dependency>
-         <groupId>javax.annotation</groupId>
-         <artifactId>jsr250-api</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>log4j</groupId>
-         <artifactId>log4j</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>javax.el</groupId>
-         <artifactId>el-api</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>javax.faces</groupId>
-         <artifactId>jsf-api</artifactId>
-      </dependency>
-      
-      <dependency>
-      	<groupId>javax.persistence</groupId>
-      	<artifactId>persistence-api</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>commons-httpclient</groupId>
-         <artifactId>commons-httpclient</artifactId>
-      </dependency>
-      
-      <dependency>
-         <groupId>net.sourceforge.htmlunit</groupId>
-         <artifactId>htmlunit</artifactId>
-      </dependency>
-
-   </dependencies>
-
-   <build>
-   	<defaultGoal>install</defaultGoal>
-      <plugins>
-         <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>build-helper-maven-plugin</artifactId>
-            <version>1.2</version>
-            <executions>
-               <execution>
-                  <id>attach-artifacts</id>
-                  <phase>package</phase>
-                  <goals>
-                     <goal>attach-artifact</goal>
-                  </goals>
-                  <configuration>
-                     <artifacts>
-                        <artifact>
-                           <file>${basedir}/src/main/resources/tck-tests.xml</file>
-                           <type>xml</type>
-                           <classifier>suite</classifier>
-                        </artifact>
-                        <artifact>
-                           <file>${basedir}/src/main/resources/tck-audit.xml</file>
-                           <type>xml</type>
-                           <classifier>audit</classifier>
-                        </artifact>
-                     </artifacts>
-                  </configuration>
-               </execution>
-            </executions>
-         </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-dependency-plugin</artifactId>
-            <executions>
-               <execution>
-                  <id>copy-in-container-dependencies</id>
-                  <phase>compile</phase>
-                  <goals>
-                     <goal>copy</goal>
-                  </goals>
-                  <configuration>
-                     <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
-                     <stripVersion>true</stripVersion>
-                     <artifactItems>
-                        <artifactItem>
-                           <groupId>org.jboss.test-harness</groupId>
-                           <artifactId>jboss-test-harness</artifactId>
-                           <overWrite>true</overWrite>
-                        </artifactItem>
-                     </artifactItems>
-                  </configuration>
-               </execution>
-            </executions>
-         </plugin>
-      </plugins>
-   </build>
-   
-   <profiles>
-      <profile>
-         <id>tck-audit</id>
-         <activation>
-           <property>
-             <name>tck-audit</name>
-          </property>
-        </activation>
-         <dependencies>
-            <dependency>
-               <groupId>org.hibernate</groupId>
-               <artifactId>tck-utils-impl</artifactId>
-            </dependency>
-        </dependencies>
-        <build>
-           <plugins>
-              	<plugin>
-              		<groupId>org.apache.maven.plugins</groupId>
-              		<artifactId>maven-compiler-plugin</artifactId>
-                  <configuration>
-                     <source>1.6</source>
-                     <target>1.6</target>
-                     <compilerArgument>-AauditXml=${basedir}/src/main/resources/tck-audit.xml</compilerArgument>
-                  </configuration>
-              	</plugin>
-               <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-enforcer-plugin</artifactId>
-                  <executions>
-                     <execution>
-                        <id>enforce-versions</id>
-                        <goals>
-                           <goal>enforce</goal>
-                        </goals>
-                        <configuration>
-                           <rules>
-                              <requireJavaVersion>
-                                 <version>1.6</version>
-                              </requireJavaVersion>
-                           </rules>
-                        </configuration>
-                     </execution>
-                  </executions>
-               </plugin>
-               <plugin>
-                  <groupId>org.codehaus.mojo</groupId>
-                  <artifactId>build-helper-maven-plugin</artifactId>
-                  <version>1.2</version>
-                  <executions>
-                     <execution>
-                        <id>attach-artifacts</id>
-                        <phase>package</phase>
-                        <goals>
-                           <goal>attach-artifact</goal>
-                        </goals>
-                        <configuration>
-                           <artifacts>
-                              <artifact>
-                                 <file>${basedir}/src/main/resources/tck-tests.xml</file>
-                                 <type>xml</type>
-                                 <classifier>suite</classifier>
-                              </artifact>
-                              <artifact>
-                                 <file>${basedir}/src/main/resources/tck-audit.xml</file>
-                                 <type>xml</type>
-                                 <classifier>audit</classifier>
-                              </artifact>
-                              <artifact>
-                                 <file>../target/coverage.html</file>
-                                 <type>html</type>
-                                 <classifier>coverage</classifier>
-                              </artifact>
-                           </artifacts>
-                        </configuration>
-                     </execution>
-                  </executions>
-               </plugin>
-           </plugins>
-           <defaultGoal>compile</defaultGoal>
-        </build>
-      </profile>
-      
-      <profile>
-         <id>write-artifacts-to-disk</id>
-         <activation>
-            <property>
-               <name>dumpArtifacts</name>
-            </property>
-         </activation>
-         <build>
-            <plugins>
-               <plugin>
-                  <groupId>org.codehaus.mojo</groupId>
-                  <artifactId>exec-maven-plugin</artifactId>
-                  <executions>
-                     <execution>
-                        <id>generate-jsr-299-artifacts</id>
-                        <phase>package</phase> 
-                        <goals>
-                        <goal>java</goal>
-                        </goals>
-                     </execution>
-                  </executions>
-                  <configuration>
-                     <mainClass>org.jboss.jsr299.tck.api.TCK</mainClass>
-                     <systemProperties>
-                        <systemProperty>
-                           <key>dumpArtifacts</key>
-                           <value>true</value>
-                        </systemProperty>
-                        <systemProperty>
-                           <key>org.jboss.jsr299.tck.outputDirectory</key>
-                           <value>target/jsr299-artifacts</value>
-                        </systemProperty>
-                        <systemProperty>
-                           <key>org.jboss.jsr299.tck.libraryDirectory</key>
-                           <value>${libaryDir}</value>
-                        </systemProperty>
-                     </systemProperties>
-                  </configuration>
-               </plugin>
-            </plugins>
-         </build>
-      </profile>
-      
- </profiles>   
-
-</project>

Copied: tck/tags/1.0.0.BETA1/impl/pom.xml (from rev 1926, tck/trunk/impl/pom.xml)
===================================================================
--- tck/tags/1.0.0.BETA1/impl/pom.xml	                        (rev 0)
+++ tck/tags/1.0.0.BETA1/impl/pom.xml	2009-03-11 17:14:50 UTC (rev 1927)
@@ -0,0 +1,292 @@
+<?xml version="1.0"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+   <parent>
+      <artifactId>parent</artifactId>
+      <groupId>org.jboss.jsr299.tck</groupId>
+      <version>1.0.0.BETA1</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.jsr299.tck</groupId>
+   <artifactId>jsr299-tck-impl</artifactId>
+   <name>JSR-299 TCK tests and harness</name>
+   
+   <dependencies>
+
+      <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>jsr299-api</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>org.jboss.jsr299.tck</groupId>
+         <artifactId>jsr299-tck-api</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>org.jboss.test-harness</groupId>
+         <artifactId>jboss-test-harness</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>org.testng</groupId>
+         <artifactId>testng</artifactId>
+         <classifier>jdk15</classifier>
+      </dependency>
+
+      <dependency>
+         <groupId>javax.servlet</groupId>
+         <artifactId>servlet-api</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>javax.transaction</groupId>
+         <artifactId>jta</artifactId>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.hibernate</groupId>
+        <artifactId>tck-utils-api</artifactId>
+     </dependency>
+
+      <dependency>
+         <groupId>org.jboss.ejb3</groupId>
+         <artifactId>jboss-ejb3-api</artifactId>
+         <exclusions>
+         	<exclusion>
+         		<artifactId>jboss-jaxrpc</artifactId>
+         		<groupId>jbossws</groupId>
+         	</exclusion>
+         	<exclusion>
+         		<artifactId>jboss-transaction-api</artifactId>
+         		<groupId>org.jboss.javaee</groupId>
+         	</exclusion>
+         	<exclusion>
+         		<artifactId>jboss-jaxrpc</artifactId>
+         		<groupId>jboss.jbossws</groupId>
+         	</exclusion>
+         </exclusions>
+      </dependency>
+
+      <dependency>
+         <groupId>javax.annotation</groupId>
+         <artifactId>jsr250-api</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>log4j</groupId>
+         <artifactId>log4j</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>javax.el</groupId>
+         <artifactId>el-api</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>javax.faces</groupId>
+         <artifactId>jsf-api</artifactId>
+      </dependency>
+      
+      <dependency>
+      	<groupId>javax.persistence</groupId>
+      	<artifactId>persistence-api</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>commons-httpclient</groupId>
+         <artifactId>commons-httpclient</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>net.sourceforge.htmlunit</groupId>
+         <artifactId>htmlunit</artifactId>
+      </dependency>
+
+   </dependencies>
+
+   <build>
+   	<defaultGoal>install</defaultGoal>
+      <plugins>
+         <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>build-helper-maven-plugin</artifactId>
+            <version>1.2</version>
+            <executions>
+               <execution>
+                  <id>attach-artifacts</id>
+                  <phase>package</phase>
+                  <goals>
+                     <goal>attach-artifact</goal>
+                  </goals>
+                  <configuration>
+                     <artifacts>
+                        <artifact>
+                           <file>${basedir}/src/main/resources/tck-tests.xml</file>
+                           <type>xml</type>
+                           <classifier>suite</classifier>
+                        </artifact>
+                        <artifact>
+                           <file>${basedir}/src/main/resources/tck-audit.xml</file>
+                           <type>xml</type>
+                           <classifier>audit</classifier>
+                        </artifact>
+                     </artifacts>
+                  </configuration>
+               </execution>
+            </executions>
+         </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-dependency-plugin</artifactId>
+            <executions>
+               <execution>
+                  <id>copy-in-container-dependencies</id>
+                  <phase>compile</phase>
+                  <goals>
+                     <goal>copy</goal>
+                  </goals>
+                  <configuration>
+                     <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+                     <stripVersion>true</stripVersion>
+                     <artifactItems>
+                        <artifactItem>
+                           <groupId>org.jboss.test-harness</groupId>
+                           <artifactId>jboss-test-harness</artifactId>
+                           <overWrite>true</overWrite>
+                        </artifactItem>
+                     </artifactItems>
+                  </configuration>
+               </execution>
+            </executions>
+         </plugin>
+      </plugins>
+   </build>
+   
+   <profiles>
+      <profile>
+         <id>tck-audit</id>
+         <activation>
+           <property>
+             <name>tck-audit</name>
+          </property>
+        </activation>
+         <dependencies>
+            <dependency>
+               <groupId>org.hibernate</groupId>
+               <artifactId>tck-utils-impl</artifactId>
+            </dependency>
+        </dependencies>
+        <build>
+           <plugins>
+              	<plugin>
+              		<groupId>org.apache.maven.plugins</groupId>
+              		<artifactId>maven-compiler-plugin</artifactId>
+                  <configuration>
+                     <source>1.6</source>
+                     <target>1.6</target>
+                     <compilerArgument>-AauditXml=${basedir}/src/main/resources/tck-audit.xml</compilerArgument>
+                  </configuration>
+              	</plugin>
+               <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-enforcer-plugin</artifactId>
+                  <executions>
+                     <execution>
+                        <id>enforce-versions</id>
+                        <goals>
+                           <goal>enforce</goal>
+                        </goals>
+                        <configuration>
+                           <rules>
+                              <requireJavaVersion>
+                                 <version>1.6</version>
+                              </requireJavaVersion>
+                           </rules>
+                        </configuration>
+                     </execution>
+                  </executions>
+               </plugin>
+               <plugin>
+                  <groupId>org.codehaus.mojo</groupId>
+                  <artifactId>build-helper-maven-plugin</artifactId>
+                  <version>1.2</version>
+                  <executions>
+                     <execution>
+                        <id>attach-artifacts</id>
+                        <phase>package</phase>
+                        <goals>
+                           <goal>attach-artifact</goal>
+                        </goals>
+                        <configuration>
+                           <artifacts>
+                              <artifact>
+                                 <file>${basedir}/src/main/resources/tck-tests.xml</file>
+                                 <type>xml</type>
+                                 <classifier>suite</classifier>
+                              </artifact>
+                              <artifact>
+                                 <file>${basedir}/src/main/resources/tck-audit.xml</file>
+                                 <type>xml</type>
+                                 <classifier>audit</classifier>
+                              </artifact>
+                              <artifact>
+                                 <file>../target/coverage.html</file>
+                                 <type>html</type>
+                                 <classifier>coverage</classifier>
+                              </artifact>
+                           </artifacts>
+                        </configuration>
+                     </execution>
+                  </executions>
+               </plugin>
+           </plugins>
+           <defaultGoal>compile</defaultGoal>
+        </build>
+      </profile>
+      
+      <profile>
+         <id>write-artifacts-to-disk</id>
+         <activation>
+            <property>
+               <name>dumpArtifacts</name>
+            </property>
+         </activation>
+         <build>
+            <plugins>
+               <plugin>
+                  <groupId>org.codehaus.mojo</groupId>
+                  <artifactId>exec-maven-plugin</artifactId>
+                  <executions>
+                     <execution>
+                        <id>generate-jsr-299-artifacts</id>
+                        <phase>package</phase> 
+                        <goals>
+                        <goal>java</goal>
+                        </goals>
+                     </execution>
+                  </executions>
+                  <configuration>
+                     <mainClass>org.jboss.jsr299.tck.api.TCK</mainClass>
+                     <systemProperties>
+                        <systemProperty>
+                           <key>dumpArtifacts</key>
+                           <value>true</value>
+                        </systemProperty>
+                        <systemProperty>
+                           <key>org.jboss.jsr299.tck.outputDirectory</key>
+                           <value>target/jsr299-artifacts</value>
+                        </systemProperty>
+                        <systemProperty>
+                           <key>org.jboss.jsr299.tck.libraryDirectory</key>
+                           <value>${libaryDir}</value>
+                        </systemProperty>
+                     </systemProperties>
+                  </configuration>
+               </plugin>
+            </plugins>
+         </build>
+      </profile>
+      
+ </profiles>   
+
+</project>

Deleted: tck/tags/1.0.0.BETA1/pom.xml
===================================================================
--- tck/trunk/pom.xml	2009-03-10 22:38:01 UTC (rev 1909)
+++ tck/tags/1.0.0.BETA1/pom.xml	2009-03-11 17:14:50 UTC (rev 1927)
@@ -1,366 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.jsr299.tck</groupId>
-   <artifactId>parent</artifactId>
-   <packaging>pom</packaging>
-   <version>1.0.0-SNAPSHOT</version>
-   <name>JSR-299 TCK</name>
-   <url>http://www.seamframework.org/WebBeans</url>
-
-   <developers>
-      <developer>
-         <name>Pete Muir</name>
-         <email>pete.muir at jboss.org</email>
-         <organization>JBoss, a division of Red Hat</organization>
-         <url>http://in.relation.to/Bloggers/Pete</url>
-      </developer>
-
-      <developer>
-         <name>Shane Bryzak</name>
-         <organization>JBoss, a division of Red Hat</organization>
-      </developer>
-
-      <developer>
-         <name>David Allen</name>
-      </developer>
-      
-      <developer>
-         <name>Nicklas Karlsson</name>
-      </developer>
-   </developers>
-
-   <repositories>
-      <repository>
-         <id>repository.jboss.org</id>
-         <name>JBoss Repository</name>
-         <url>http://repository.jboss.org/maven2</url>
-      </repository>
-      <repository>
-         <id>snapshots.jboss.org</id>
-         <name>JBoss Repository</name>
-         <url>http://snapshots.jboss.org/maven2</url>
-      </repository>
-   </repositories>
-
-   <pluginRepositories>
-      <pluginRepository>
-         <id>repository.jboss.org</id>
-         <name>JBoss Repository</name>
-         <url>http://repository.jboss.org/maven2</url>
-      </pluginRepository>
-   </pluginRepositories>
-
-   <modules>
-      <module>api</module>
-      <module>impl</module>
-   </modules>
-
-   <dependencyManagement>
-      <dependencies>
-
-         <dependency>
-            <groupId>org.testng</groupId>
-            <artifactId>testng</artifactId>
-            <version>5.8</version>
-            <classifier>jdk15</classifier>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.annotation</groupId>
-            <artifactId>jsr250-api</artifactId>
-            <version>1.0</version>
-         </dependency>
-         <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.5</version>
-         </dependency>
-         <dependency>
-            <groupId>javax.transaction</groupId>
-            <artifactId>jta</artifactId>
-            <version>1.0.1B</version>
-         </dependency>
-         <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.14</version>
-         </dependency>
-         <dependency>
-            <groupId>javax.el</groupId>
-            <artifactId>el-api</artifactId>
-            <version>1.2</version>
-         </dependency>
-         <dependency>
-            <groupId>javax.faces</groupId>
-            <artifactId>jsf-api</artifactId>
-            <version>1.2_10</version>
-         </dependency>
-         <dependency>
-            <groupId>org.jboss.webbeans</groupId>
-            <artifactId>jsr299-api</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
-         </dependency>
-         <dependency>
-            <groupId>org.jboss.jsr299.tck</groupId>
-            <artifactId>jsr299-tck-api</artifactId>
-            <version>${project.version}</version>
-         </dependency>
-         <dependency>
-            <groupId>org.hibernate</groupId>
-            <artifactId>tck-utils-api</artifactId>
-            <version>0.9.1-SNAPSHOT</version>
-         </dependency>
-         <dependency>
-            <groupId>org.hibernate</groupId>
-            <artifactId>tck-utils-impl</artifactId>
-            <version>0.9.1-SNAPSHOT</version>
-         </dependency>
-         <dependency>
-         	<groupId>org.jboss.ejb3</groupId>
-         	<artifactId>jboss-ejb3-api</artifactId>
-         	<version>3.1.0-Alpha1</version>
-         	<exclusions>
-         		<exclusion>
-         		</exclusion>
-         	</exclusions>
-         </dependency>
-         <dependency>
-         	<groupId>javax.persistence</groupId>
-         	<artifactId>persistence-api</artifactId>
-         	<version>1.0</version>
-         </dependency>
-         <dependency>
-            <groupId>commons-httpclient</groupId>
-            <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
-         </dependency>
-         <dependency>
-            <groupId>net.sourceforge.htmlunit</groupId>
-            <artifactId>htmlunit</artifactId>
-            <version>2.4</version>
-         </dependency>
-         
-      </dependencies>
-   </dependencyManagement>
-
-   <build>
-      <defaultGoal>install</defaultGoal>
-      <extensions>
-         <extension>
-            <groupId>org.apache.maven.wagon</groupId>
-            <artifactId>wagon-webdav</artifactId>
-            <version>1.0-beta-2</version>
-         </extension>
-      </extensions>
-      <plugins>
-         <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>
-         <plugin>
-           <groupId>org.apache.maven.plugins</groupId>
-           <artifactId>maven-release-plugin</artifactId>
-           <configuration>
-             <tagBase>https://svn.jboss.org/repos/webbeans/tck/tags</tagBase>
-             <autoVersionSubmodules>true</autoVersionSubmodules>
-             <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
-           </configuration>
-         </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-enforcer-plugin</artifactId>
-         </plugin>   
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-assembly-plugin</artifactId>
-            <configuration>
-               <descriptors>
-                  <descriptor>src/main/assembly/assembly.xml</descriptor>
-               </descriptors>
-            </configuration>
-         </plugin>
-      </plugins>
-      <pluginManagement>
-         <plugins>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-compiler-plugin</artifactId>
-               <version>2.0.2</version>
-               <configuration>
-                  <source>1.5</source>
-                  <target>1.5</target>
-               </configuration>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-jar-plugin</artifactId>
-               <configuration>
-                  <archive>
-                     <manifest>
-                        <addDefaultImplementationEntries>
-                           true
-                        </addDefaultImplementationEntries>
-                        <addDefaultSpecificationEntries>
-                           true
-                        </addDefaultSpecificationEntries>
-                     </manifest>
-                  </archive>
-               </configuration>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-surefire-report-plugin</artifactId>
-               <version>2.4.3</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-surefire-plugin</artifactId>
-               <version>2.4.3</version>
-            </plugin>
-            <plugin>
-               <groupId>org.codehaus.mojo</groupId>
-               <artifactId>properties-maven-plugin</artifactId>
-               <version>1.0-alpha-1</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-clean-plugin</artifactId>
-               <version>2.2</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-deploy-plugin</artifactId>
-               <version>2.4</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-install-plugin</artifactId>
-               <version>2.2</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-site-plugin</artifactId>
-               <version>2.0-beta-6</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-source-plugin</artifactId>
-               <version>2.0.4</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-resources-plugin</artifactId>
-               <version>2.2</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-jar-plugin</artifactId>
-               <version>2.2</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-dependency-plugin</artifactId>
-               <version>2.0</version>
-            </plugin>
-            <plugin>
-               <groupId>org.codehaus.mojo</groupId>
-               <artifactId>exec-maven-plugin</artifactId>
-               <version>1.1</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-javadoc-plugin</artifactId>
-               <version>2.4</version>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-assembly-plugin</artifactId>
-               <version>2.2-beta-2</version>
-            </plugin>            
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-enforcer-plugin</artifactId>
-               <version>1.0-alpha-4</version>
-               <executions>
-                  <execution>
-                     <id>enforce</id>
-                     <goals>
-                        <goal>enforce</goal>
-                     </goals>
-                     <configuration>
-                        <rules>
-                           <requireMavenVersion>
-                              <version>2.0.9</version>
-                           </requireMavenVersion>
-                           <requirePluginVersions>
-                              <unCheckedPlugins>
-                                 <unCheckedPlugin>org.apache.maven.plugins:maven-eclipse-plugin</unCheckedPlugin>
-                              </unCheckedPlugins>
-                           </requirePluginVersions>
-                        </rules>
-                     </configuration>
-                  </execution>
-               </executions>
-            </plugin>
-               <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-release-plugin</artifactId>
-                  <version>2.0-beta-8</version>
-               </plugin>
-         </plugins>
-      </pluginManagement>
-   </build>
-   
-   <ciManagement>
-      <system>Hudson</system>
-      <url />
-   </ciManagement>
-
-   <issueManagement>
-      <system>JIRA</system>
-      <url>http://jira.jboss.org/browse/WBTCK</url>
-   </issueManagement>
-
-   <inceptionYear>2008</inceptionYear>
-
-   <licenses>
-      <license>
-         <name>Apache License, Version 2.0</name>
-         <url>http://www.apache.org/licenses/LICENSE-2.0</url>
-      </license>
-   </licenses>
-
-   <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans</connection>
-      <developerConnection>
-         scm:svn:https://svn.jboss.org/repos/webbeans
-      </developerConnection>
-      <url>http://fisheye.jboss.org/browse/WebBeans</url>
-   </scm>
-
-   <distributionManagement>
-      <repository>
-         <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
-         <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
-         <!-- todo : replace this with direct svn access once the svnkit providers are available -->
-         <id>repository.jboss.org</id>
-         <url>file://${maven.repository.root}</url>
-      </repository>
-      <snapshotRepository>
-         <id>snapshots.jboss.org</id>
-         <name>JBoss Snapshot Repository</name>
-         <url>dav:https://snapshots.jboss.org/maven2</url>
-      </snapshotRepository>
-   </distributionManagement>
-   
-</project>

Copied: tck/tags/1.0.0.BETA1/pom.xml (from rev 1926, tck/trunk/pom.xml)
===================================================================
--- tck/tags/1.0.0.BETA1/pom.xml	                        (rev 0)
+++ tck/tags/1.0.0.BETA1/pom.xml	2009-03-11 17:14:50 UTC (rev 1927)
@@ -0,0 +1,375 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.jsr299.tck</groupId>
+   <artifactId>parent</artifactId>
+   <packaging>pom</packaging>
+   <version>1.0.0.BETA1</version>
+   <name>JSR-299 TCK</name>
+   <url>http://www.seamframework.org/WebBeans</url>
+
+   <developers>
+      <developer>
+         <name>Pete Muir</name>
+         <email>pete.muir at jboss.org</email>
+         <organization>JBoss, a division of Red Hat</organization>
+         <url>http://in.relation.to/Bloggers/Pete</url>
+      </developer>
+
+      <developer>
+         <name>Shane Bryzak</name>
+         <organization>JBoss, a division of Red Hat</organization>
+      </developer>
+
+      <developer>
+         <name>David Allen</name>
+      </developer>
+      
+      <developer>
+         <name>Nicklas Karlsson</name>
+      </developer>
+   </developers>
+
+   <repositories>
+      <repository>
+         <id>repository.jboss.org</id>
+         <name>JBoss Repository</name>
+         <url>http://repository.jboss.org/maven2</url>
+      </repository>
+      <repository>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Repository</name>
+         <url>http://snapshots.jboss.org/maven2</url>
+      </repository>
+   </repositories>
+
+   <pluginRepositories>
+      <pluginRepository>
+         <id>repository.jboss.org</id>
+         <name>JBoss Repository</name>
+         <url>http://repository.jboss.org/maven2</url>
+      </pluginRepository>
+   </pluginRepositories>
+
+   <modules>
+      <module>api</module>
+      <module>impl</module>
+   </modules>
+
+   <dependencyManagement>
+      <dependencies>
+
+         <dependency>
+            <groupId>org.testng</groupId>
+            <artifactId>testng</artifactId>
+            <version>5.8</version>
+            <classifier>jdk15</classifier>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.annotation</groupId>
+            <artifactId>jsr250-api</artifactId>
+            <version>1.0</version>
+         </dependency>
+         <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.5</version>
+         </dependency>
+         <dependency>
+            <groupId>javax.transaction</groupId>
+            <artifactId>jta</artifactId>
+            <version>1.0.1B</version>
+         </dependency>
+         <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.14</version>
+         </dependency>
+         <dependency>
+            <groupId>javax.el</groupId>
+            <artifactId>el-api</artifactId>
+            <version>1.2</version>
+         </dependency>
+         <dependency>
+            <groupId>javax.faces</groupId>
+            <artifactId>jsf-api</artifactId>
+            <version>1.2_10</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.webbeans</groupId>
+            <artifactId>jsr299-api</artifactId>
+            <version>1.0.0.BETA1</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.jsr299.tck</groupId>
+            <artifactId>jsr299-tck-api</artifactId>
+            <version>${project.version}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.hibernate</groupId>
+            <artifactId>tck-utils-api</artifactId>
+            <version>0.9</version>
+         </dependency>
+         <dependency>
+            <groupId>org.hibernate</groupId>
+            <artifactId>tck-utils-impl</artifactId>
+            <version>0.9</version>
+         </dependency>
+         <dependency>
+         	<groupId>org.jboss.ejb3</groupId>
+         	<artifactId>jboss-ejb3-api</artifactId>
+         	<version>3.1.0-Alpha1</version>
+         	<exclusions>
+         		<exclusion>
+         		</exclusion>
+         	</exclusions>
+         </dependency>
+         <dependency>
+         	<groupId>javax.persistence</groupId>
+         	<artifactId>persistence-api</artifactId>
+         	<version>1.0</version>
+         </dependency>
+         <dependency>
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+            <version>3.1</version>
+         </dependency>
+         <dependency>
+            <groupId>net.sourceforge.htmlunit</groupId>
+            <artifactId>htmlunit</artifactId>
+            <version>2.4</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.test-harness</groupId>
+            <artifactId>jboss-test-harness-api</artifactId>
+            <version>1.0.0.BETA1</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.test-harness</groupId>
+            <artifactId>jboss-test-harness</artifactId>
+            <version>1.0.0.BETA1</version>
+         </dependency>
+      </dependencies>
+   </dependencyManagement>
+
+   <build>
+      <defaultGoal>install</defaultGoal>
+      <extensions>
+         <extension>
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-webdav</artifactId>
+            <version>1.0-beta-2</version>
+         </extension>
+      </extensions>
+      <plugins>
+         <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>
+         <plugin>
+           <groupId>org.apache.maven.plugins</groupId>
+           <artifactId>maven-release-plugin</artifactId>
+           <configuration>
+             <tagBase>https://svn.jboss.org/repos/webbeans/tck/tags</tagBase>
+             <autoVersionSubmodules>true</autoVersionSubmodules>
+             <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
+           </configuration>
+         </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-enforcer-plugin</artifactId>
+         </plugin>   
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <configuration>
+               <descriptors>
+                  <descriptor>src/main/assembly/assembly.xml</descriptor>
+               </descriptors>
+            </configuration>
+         </plugin>
+      </plugins>
+      <pluginManagement>
+         <plugins>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-compiler-plugin</artifactId>
+               <version>2.0.2</version>
+               <configuration>
+                  <source>1.5</source>
+                  <target>1.5</target>
+               </configuration>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-jar-plugin</artifactId>
+               <configuration>
+                  <archive>
+                     <manifest>
+                        <addDefaultImplementationEntries>
+                           true
+                        </addDefaultImplementationEntries>
+                        <addDefaultSpecificationEntries>
+                           true
+                        </addDefaultSpecificationEntries>
+                     </manifest>
+                  </archive>
+               </configuration>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-surefire-report-plugin</artifactId>
+               <version>2.4.3</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-surefire-plugin</artifactId>
+               <version>2.4.3</version>
+            </plugin>
+            <plugin>
+               <groupId>org.codehaus.mojo</groupId>
+               <artifactId>properties-maven-plugin</artifactId>
+               <version>1.0-alpha-1</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-clean-plugin</artifactId>
+               <version>2.2</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-deploy-plugin</artifactId>
+               <version>2.4</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-install-plugin</artifactId>
+               <version>2.2</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-site-plugin</artifactId>
+               <version>2.0-beta-6</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-source-plugin</artifactId>
+               <version>2.0.4</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-resources-plugin</artifactId>
+               <version>2.2</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-jar-plugin</artifactId>
+               <version>2.2</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-dependency-plugin</artifactId>
+               <version>2.0</version>
+            </plugin>
+            <plugin>
+               <groupId>org.codehaus.mojo</groupId>
+               <artifactId>exec-maven-plugin</artifactId>
+               <version>1.1</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-javadoc-plugin</artifactId>
+               <version>2.4</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-assembly-plugin</artifactId>
+               <version>2.2-beta-2</version>
+            </plugin>            
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-enforcer-plugin</artifactId>
+               <version>1.0-alpha-4</version>
+               <executions>
+                  <execution>
+                     <id>enforce</id>
+                     <goals>
+                        <goal>enforce</goal>
+                     </goals>
+                     <configuration>
+                        <rules>
+                           <requireMavenVersion>
+                              <version>2.0.9</version>
+                           </requireMavenVersion>
+                           <requirePluginVersions>
+                              <unCheckedPlugins>
+                                 <unCheckedPlugin>org.apache.maven.plugins:maven-eclipse-plugin</unCheckedPlugin>
+                              </unCheckedPlugins>
+                           </requirePluginVersions>
+                        </rules>
+                     </configuration>
+                  </execution>
+               </executions>
+            </plugin>
+               <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-release-plugin</artifactId>
+                  <version>2.0-beta-8</version>
+               </plugin>
+         </plugins>
+      </pluginManagement>
+   </build>
+   
+   <ciManagement>
+      <system>Hudson</system>
+      <url />
+   </ciManagement>
+
+   <issueManagement>
+      <system>JIRA</system>
+      <url>http://jira.jboss.org/browse/WBTCK</url>
+   </issueManagement>
+
+   <inceptionYear>2008</inceptionYear>
+
+   <licenses>
+      <license>
+         <name>Apache License, Version 2.0</name>
+         <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+      </license>
+   </licenses>
+
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/1.0.0.BETA1</connection>
+      <developerConnection>
+         scm:svn:https://svn.jboss.org/repos/webbeans/tck/tags/1.0.0.BETA1
+      </developerConnection>
+      <url>http://fisheye.jboss.org/browse/WebBeans/1.0.0.BETA1</url>
+   </scm>
+
+   <distributionManagement>
+      <repository>
+         <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
+         <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
+         <!-- todo : replace this with direct svn access once the svnkit providers are available -->
+         <id>repository.jboss.org</id>
+         <url>file://${maven.repository.root}</url>
+      </repository>
+      <snapshotRepository>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Snapshot Repository</name>
+         <url>dav:https://snapshots.jboss.org/maven2</url>
+      </snapshotRepository>
+   </distributionManagement>
+   
+</project>

Deleted: tck/tags/1.0.0.BETA1/readme.txt
===================================================================
--- tck/trunk/readme.txt	2009-03-10 22:38:01 UTC (rev 1909)
+++ tck/tags/1.0.0.BETA1/readme.txt	2009-03-11 17:14:50 UTC (rev 1927)
@@ -1,20 +0,0 @@
-JSR-299 TCK
-------------
-
-Java Contexts and Dependency Injection (JSR-299) is a new Java standard for
-dependency injection and contextual lifecycle management. This is the TCK for
-JSR-299
-
-This distribution, as a whole, is licensed under the terms of the Apache Public
-License (see apl.txt).
-
-Documentation can be found at http://seamframework.org/WebBeans/JSR299TCK
-
-This distribution consists of:
-
-src/
-   -- TCK sources (tests, harness and porting package API)
-
-lib/
-   -- Libraries for running the TCK includin binaries of the TCK
-

Copied: tck/tags/1.0.0.BETA1/readme.txt (from rev 1919, tck/trunk/readme.txt)
===================================================================
--- tck/tags/1.0.0.BETA1/readme.txt	                        (rev 0)
+++ tck/tags/1.0.0.BETA1/readme.txt	2009-03-11 17:14:50 UTC (rev 1927)
@@ -0,0 +1,23 @@
+JSR-299 TCK
+------------
+
+Java Contexts and Dependency Injection (JSR-299) is a new Java standard for
+dependency injection and contextual lifecycle management. This is the TCK for
+JSR-299
+
+This distribution, as a whole, is licensed under the terms of the Apache Public
+License (see apl.txt).
+
+Documentation can be found at http://seamframework.org/WebBeans/JSR299TCK
+
+This distribution consists of:
+
+src/
+   -- TCK sources (tests, harness and porting package API)
+
+lib/
+   -- Libraries for running the TCK includin binaries of the TCK
+   
+coverage.html
+   -- TCD   
+

Deleted: tck/tags/1.0.0.BETA1/src/main/assembly/assembly.xml
===================================================================
--- tck/trunk/src/main/assembly/assembly.xml	2009-03-10 22:38:01 UTC (rev 1909)
+++ tck/tags/1.0.0.BETA1/src/main/assembly/assembly.xml	2009-03-11 17:14:50 UTC (rev 1927)
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="
-              http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd
-          ">
-   <id>dist</id>
-   <baseDirectory>jsr299-tck-${project.version}</baseDirectory>
-   <formats>
-      <format>zip</format>
-   </formats>
-   <fileSets>
-      <fileSet>
-         <directory>${project.basedir}</directory>
-         <outputDirectory>src</outputDirectory>
-         <includes>
-            <include>**/pom.xml</include>
-            <include>**/src/**</include>
-         </includes>
-         <excludes>
-            <exclude>**/src/main/assembly/**</exclude>
-            <exclude>**/bin/**</exclude>
-         </excludes>
-         <useDefaultExcludes />
-      </fileSet>
-      <fileSet>
-         <directory>${project.basedir}/impl/src/main/resources</directory>
-         <outputDirectory>lib</outputDirectory>
-         <includes>
-            <include>tck-tests.xml</include>
-         </includes>
-      </fileSet>
-      <fileSet>
-         <directory>${project.basedir}</directory>
-         <outputDirectory>/</outputDirectory>
-         <includes>
-            <include>readme.txt</include>
-            <include>apl.txt</include>
-         </includes>
-      </fileSet>
-   </fileSets>
-
-   <moduleSets>
-      <moduleSet>
-         <includes>
-            <include>org.jboss.jsr299.tck:jsr299-tck-impl</include>
-         </includes>
-         <binaries>
-            <outputDirectory>lib</outputDirectory>
-            <unpack>false</unpack>
-         </binaries>
-      </moduleSet>
-   </moduleSets>
-
-
-</assembly>

Copied: tck/tags/1.0.0.BETA1/src/main/assembly/assembly.xml (from rev 1919, tck/trunk/src/main/assembly/assembly.xml)
===================================================================
--- tck/tags/1.0.0.BETA1/src/main/assembly/assembly.xml	                        (rev 0)
+++ tck/tags/1.0.0.BETA1/src/main/assembly/assembly.xml	2009-03-11 17:14:50 UTC (rev 1927)
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+   xsi:schemaLocation="
+              http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd
+          ">
+   <id>dist</id>
+   <baseDirectory>jsr299-tck-${project.version}</baseDirectory>
+   <formats>
+      <format>zip</format>
+   </formats>
+   <fileSets>
+      <fileSet>
+         <directory>${project.basedir}</directory>
+         <outputDirectory>src</outputDirectory>
+         <includes>
+            <include>**/pom.xml</include>
+            <include>**/src/**</include>
+         </includes>
+         <excludes>
+            <exclude>**/src/main/assembly/**</exclude>
+            <exclude>**/bin/**</exclude>
+         </excludes>
+         <useDefaultExcludes />
+      </fileSet>
+      <fileSet>
+         <directory>${project.basedir}/impl/src/main/resources</directory>
+         <outputDirectory>lib</outputDirectory>
+         <includes>
+            <include>tck-tests.xml</include>
+         </includes>
+      </fileSet>
+      <fileSet>
+         <directory>${project.basedir}/target</directory>
+         <outputDirectory>/</outputDirectory>
+         <includes>
+            <include>coverage.html</include>
+         </includes>
+      </fileSet>
+      <fileSet>
+         <directory>${project.basedir}</directory>
+         <outputDirectory>/</outputDirectory>
+         <includes>
+            <include>readme.txt</include>
+            <include>apl.txt</include>
+         </includes>
+      </fileSet>
+   </fileSets>
+
+   <moduleSets>
+      <moduleSet>
+         <includes>
+            <include>org.jboss.jsr299.tck:jsr299-tck-impl</include>
+         </includes>
+         <binaries>
+            <outputDirectory>lib</outputDirectory>
+            <unpack>false</unpack>
+         </binaries>
+      </moduleSet>
+   </moduleSets>
+
+
+</assembly>




More information about the weld-commits mailing list