[weld-commits] Weld SVN: r5034 - in cdi-tck/branches: 1.0.0 and 2 other directories.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Nov 13 11:09:02 EST 2009


Author: pete.muir at jboss.org
Date: 2009-11-13 11:09:02 -0500 (Fri, 13 Nov 2009)
New Revision: 5034

Added:
   cdi-tck/branches/1.0.0/
   cdi-tck/branches/1.0.0/api/pom.xml
   cdi-tck/branches/1.0.0/impl/pom.xml
   cdi-tck/branches/1.0.0/pom.xml
Removed:
   cdi-tck/branches/1.0.0/api/pom.xml
   cdi-tck/branches/1.0.0/impl/pom.xml
   cdi-tck/branches/1.0.0/pom.xml
Log:
[maven-release-plugin]  copy for branch 1.0.0

Copied: cdi-tck/branches/1.0.0 (from rev 5030, cdi-tck/tags/1.0.0)

Deleted: cdi-tck/branches/1.0.0/api/pom.xml
===================================================================
--- cdi-tck/tags/1.0.0/api/pom.xml	2009-11-13 16:00:58 UTC (rev 5030)
+++ cdi-tck/branches/1.0.0/api/pom.xml	2009-11-13 16:09:02 UTC (rev 5034)
@@ -1,70 +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>jsr299-tck-parent</artifactId>
-		<version>1.0.0</version>
-	</parent>
-
-	<groupId>org.jboss.jsr299.tck</groupId>
-	<artifactId>jsr299-tck-api</artifactId>
-	<packaging>jar</packaging>
-	<name>CDI TCK Porting Package API</name>
-	<description>Porting Package APIs for CDI TCK</description>
-   
-   <dependencies>
-
-      <dependency>
-         <groupId>javax.enterprise</groupId>
-         <artifactId>cdi-api</artifactId>
-      </dependency>
-      
-      <dependency>
-         <groupId>org.jboss.test-harness</groupId>
-         <artifactId>jboss-test-harness-api</artifactId>
-      </dependency>
-      
-      <dependency>
-         <groupId>javax.el</groupId>
-         <artifactId>el-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: cdi-tck/branches/1.0.0/api/pom.xml (from rev 5033, cdi-tck/tags/1.0.0/api/pom.xml)
===================================================================
--- cdi-tck/branches/1.0.0/api/pom.xml	                        (rev 0)
+++ cdi-tck/branches/1.0.0/api/pom.xml	2009-11-13 16:09:02 UTC (rev 5034)
@@ -0,0 +1,70 @@
+<?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>jsr299-tck-parent</artifactId>
+		<version>1.0.0-SNAPSHOT</version>
+	</parent>
+
+	<groupId>org.jboss.jsr299.tck</groupId>
+	<artifactId>jsr299-tck-api</artifactId>
+	<packaging>jar</packaging>
+	<name>CDI TCK Porting Package API</name>
+	<description>Porting Package APIs for CDI TCK</description>
+   
+   <dependencies>
+
+      <dependency>
+         <groupId>javax.enterprise</groupId>
+         <artifactId>cdi-api</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>org.jboss.test-harness</groupId>
+         <artifactId>jboss-test-harness-api</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>javax.el</groupId>
+         <artifactId>el-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>

Deleted: cdi-tck/branches/1.0.0/impl/pom.xml
===================================================================
--- cdi-tck/tags/1.0.0/impl/pom.xml	2009-11-13 16:00:58 UTC (rev 5030)
+++ cdi-tck/branches/1.0.0/impl/pom.xml	2009-11-13 16:09:02 UTC (rev 5034)
@@ -1,298 +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>jsr299-tck-parent</artifactId>
-      <groupId>org.jboss.jsr299.tck</groupId>
-      <version>1.0.0</version>
-   </parent>
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.jsr299.tck</groupId>
-   <artifactId>jsr299-tck-impl</artifactId>
-   <name>CDI TCK tests</name>
-
-   <description>CDI TCK tests</description>
-
-   <dependencies>
-
-      <dependency>
-         <groupId>javax.enterprise</groupId>
-         <artifactId>cdi-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.servlet.jsp</groupId>
-         <artifactId>jsp-api</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>javax.transaction</groupId>
-         <artifactId>jta</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>javax.validation</groupId>
-         <artifactId>validation-api</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>org.jboss.test-audit</groupId>
-         <artifactId>jboss-test-audit-api</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>org.jboss.ejb3</groupId>
-         <artifactId>jboss-ejb3-api</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>org.jboss.interceptor</groupId>
-         <artifactId>jboss-interceptor-api</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>javax.annotation</groupId>
-         <artifactId>jsr250-api</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>javax.jws</groupId>
-         <artifactId>jsr181-api</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.inject</groupId>
-         <artifactId>javax.inject</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>
-            <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-mb.xml</file>
-                           <type>xml</type>
-                           <classifier>audit-mb</classifier>
-                        </artifact>
-                        <artifact>
-                           <file>${basedir}/src/main/resources/tck-audit-cdi.xml</file>
-                           <type>xml</type>
-                           <classifier>audit-cdi</classifier>
-                        </artifact>
-                        <artifact>
-                           <file>${basedir}/src/main/resources/tck-audit-int.xml</file>
-                           <type>xml</type>
-                           <classifier>audit-int</classifier>
-                        </artifact>
-                        <artifact>
-                           <file>${basedir}/src/main/resources/cdi-api.sig</file>
-                           <type>sig</type>
-                           <classifier>sigtest</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>
-                  <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>
-            <jdk>1.6</jdk>
-         </activation>
-         <dependencies>
-            <dependency>
-               <groupId>org.jboss.test-audit</groupId>
-               <artifactId>jboss-test-audit-impl</artifactId>
-            </dependency>
-         </dependencies>
-         <build>
-            <plugins>
-               <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-compiler-plugin</artifactId>
-                  <configuration>
-                     <source>1.5</source>
-                     <target>1.5</target>
-                     <compilerArgument>-AauditXml=${basedir}/src/main/resources/tck-audit-cdi.xml,${basedir}/src/main/resources/tck-audit-mb.xml,${basedir}/src/main/resources/tck-audit-int.xml</compilerArgument>
-                  </configuration>
-               </plugin>
-               <plugin>
-                  <groupId>org.codehaus.mojo</groupId>
-                  <artifactId>build-helper-maven-plugin</artifactId>
-                  <executions>
-                     <execution>
-                        <id>attach-report-artifacts</id>
-                        <phase>package</phase>
-                        <goals>
-                           <goal>attach-artifact</goal>
-                        </goals>
-                        <configuration>
-                           <artifacts>
-                              <artifact>
-                                 <file>../target/coverage-cdi.html</file>
-                                 <type>html</type>
-                                 <classifier>coverage-cdi</classifier>
-                              </artifact>
-                              <artifact>
-                                 <file>../target/coverage-mb.html</file>
-                                 <type>html</type>
-                                 <classifier>coverage-mb</classifier>
-                              </artifact>
-                           </artifacts>
-                        </configuration>
-                     </execution>
-                  </executions>
-               </plugin>
-            </plugins>
-         </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>
-
-      <profile>
-         <id>javax.xml.ws</id>
-         <activation>
-            <jdk>1.5</jdk>
-         </activation>
-         <dependencies>
-            <dependency>
-               <groupId>javax.xml.ws</groupId>
-               <artifactId>jaxws-api</artifactId>
-            </dependency>
-         </dependencies>
-      </profile>
-
-   </profiles>
-
-</project>

Copied: cdi-tck/branches/1.0.0/impl/pom.xml (from rev 5033, cdi-tck/tags/1.0.0/impl/pom.xml)
===================================================================
--- cdi-tck/branches/1.0.0/impl/pom.xml	                        (rev 0)
+++ cdi-tck/branches/1.0.0/impl/pom.xml	2009-11-13 16:09:02 UTC (rev 5034)
@@ -0,0 +1,298 @@
+<?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>jsr299-tck-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>CDI TCK tests</name>
+
+   <description>CDI TCK tests</description>
+
+   <dependencies>
+
+      <dependency>
+         <groupId>javax.enterprise</groupId>
+         <artifactId>cdi-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.servlet.jsp</groupId>
+         <artifactId>jsp-api</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>javax.transaction</groupId>
+         <artifactId>jta</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>javax.validation</groupId>
+         <artifactId>validation-api</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>org.jboss.test-audit</groupId>
+         <artifactId>jboss-test-audit-api</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>org.jboss.ejb3</groupId>
+         <artifactId>jboss-ejb3-api</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>org.jboss.interceptor</groupId>
+         <artifactId>jboss-interceptor-api</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>javax.annotation</groupId>
+         <artifactId>jsr250-api</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>javax.jws</groupId>
+         <artifactId>jsr181-api</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.inject</groupId>
+         <artifactId>javax.inject</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>
+            <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-mb.xml</file>
+                           <type>xml</type>
+                           <classifier>audit-mb</classifier>
+                        </artifact>
+                        <artifact>
+                           <file>${basedir}/src/main/resources/tck-audit-cdi.xml</file>
+                           <type>xml</type>
+                           <classifier>audit-cdi</classifier>
+                        </artifact>
+                        <artifact>
+                           <file>${basedir}/src/main/resources/tck-audit-int.xml</file>
+                           <type>xml</type>
+                           <classifier>audit-int</classifier>
+                        </artifact>
+                        <artifact>
+                           <file>${basedir}/src/main/resources/cdi-api.sig</file>
+                           <type>sig</type>
+                           <classifier>sigtest</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>
+                  <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>
+            <jdk>1.6</jdk>
+         </activation>
+         <dependencies>
+            <dependency>
+               <groupId>org.jboss.test-audit</groupId>
+               <artifactId>jboss-test-audit-impl</artifactId>
+            </dependency>
+         </dependencies>
+         <build>
+            <plugins>
+               <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-compiler-plugin</artifactId>
+                  <configuration>
+                     <source>1.5</source>
+                     <target>1.5</target>
+                     <compilerArgument>-AauditXml=${basedir}/src/main/resources/tck-audit-cdi.xml,${basedir}/src/main/resources/tck-audit-mb.xml,${basedir}/src/main/resources/tck-audit-int.xml</compilerArgument>
+                  </configuration>
+               </plugin>
+               <plugin>
+                  <groupId>org.codehaus.mojo</groupId>
+                  <artifactId>build-helper-maven-plugin</artifactId>
+                  <executions>
+                     <execution>
+                        <id>attach-report-artifacts</id>
+                        <phase>package</phase>
+                        <goals>
+                           <goal>attach-artifact</goal>
+                        </goals>
+                        <configuration>
+                           <artifacts>
+                              <artifact>
+                                 <file>../target/coverage-cdi.html</file>
+                                 <type>html</type>
+                                 <classifier>coverage-cdi</classifier>
+                              </artifact>
+                              <artifact>
+                                 <file>../target/coverage-mb.html</file>
+                                 <type>html</type>
+                                 <classifier>coverage-mb</classifier>
+                              </artifact>
+                           </artifacts>
+                        </configuration>
+                     </execution>
+                  </executions>
+               </plugin>
+            </plugins>
+         </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>
+
+      <profile>
+         <id>javax.xml.ws</id>
+         <activation>
+            <jdk>1.5</jdk>
+         </activation>
+         <dependencies>
+            <dependency>
+               <groupId>javax.xml.ws</groupId>
+               <artifactId>jaxws-api</artifactId>
+            </dependency>
+         </dependencies>
+      </profile>
+
+   </profiles>
+
+</project>

Deleted: cdi-tck/branches/1.0.0/pom.xml
===================================================================
--- cdi-tck/tags/1.0.0/pom.xml	2009-11-13 16:00:58 UTC (rev 5030)
+++ cdi-tck/branches/1.0.0/pom.xml	2009-11-13 16:09:02 UTC (rev 5034)
@@ -1,360 +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>jsr299-tck-parent</artifactId>
-   <packaging>pom</packaging>
-   <version>1.0.0</version>
-   <name>CDI TCK</name>
-
-   <parent>
-      <groupId>org.jboss.weld</groupId>
-      <artifactId>weld-parent</artifactId>
-      <version>6</version>
-   </parent>
-
-   <!-- Metadata -->
-   <url>http://www.seamframework.org/Weld</url>
-
-   <developers>
-      <developer>
-         <name>Pete Muir</name>
-         <email>pete.muir at jboss.org</email>
-         <organization>Red Hat Inc.</organization>
-         <url>http://in.relation.to/Bloggers/Pete</url>
-      </developer>
-
-      <developer>
-         <name>Shane Bryzak</name>
-         <organization>Red Hat Inc.</organization>
-      </developer>
-
-      <developer>
-         <name>David Allen</name>
-      </developer>
-
-      <developer>
-         <name>Nicklas Karlsson</name>
-      </developer>
-
-      <developer>
-         <name>Jozef Hartinger</name>
-         <email>jharting at redhat.com</email>
-         <organization>Red Hat Inc.</organization>
-      </developer>
-   </developers>
-
-   <organization>
-      <name>Seam Framework</name>
-      <url>http://seamframework.org</url>
-   </organization>
-
-   <ciManagement>
-      <system>Hudson</system>
-      <url />
-   </ciManagement>
-
-   <issueManagement>
-      <system>JIRA</system>
-      <url>http://jira.jboss.org/browse/CDITCK</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>
-
-   <modules>
-      <module>api</module>
-      <module>impl</module>
-   </modules>
-
-   <properties>
-      <jboss.test.audit.version>1.0.0</jboss.test.audit.version>
-      <jboss.test.harness.version>1.1.0-CR3</jboss.test.harness.version>
-      <testng.version>5.10</testng.version>
-      <jsr250.api.version>1.0</jsr250.api.version>
-      <cdi.api.version>1.0</cdi.api.version>
-      <atinject.api.version>1</atinject.api.version>
-      <ejb.api.version>3.1.0</ejb.api.version>
-      <jsr250.api.version>1.0</jsr250.api.version>
-      <jpa.api.version>1.0</jpa.api.version>
-      <validation.api.version>1.0.0.GA</validation.api.version>
-      <servlet.api.version>2.5</servlet.api.version>
-      <jsp.api.version>2.1</jsp.api.version>
-      <jstl.api.version>1.2</jstl.api.version>
-      <jta.api.version>1.0.1B</jta.api.version>
-      <jms.api.version>1.1</jms.api.version>
-      <uel.api.version>2.1.2-b04</uel.api.version>
-      <jsf.api.version>1.2_13</jsf.api.version>
-      <jaxws.api.version>2.1</jaxws.api.version>
-      <interceptor.api.version>1.1</interceptor.api.version>
-      <jws.api.version>1.0-MR1</jws.api.version>
-      <apache.httpclient.version>3.1</apache.httpclient.version>
-      <htmlunit.version>2.4</htmlunit.version>
-   </properties>
-
-   <!-- Dependency management -->
-
-   <repositories>
-      <repository>
-         <id>repository.jboss.org</id>
-         <name>JBoss Repository</name>
-         <url>http://repository.jboss.org/maven2</url>
-         <releases>
-            <enabled>true</enabled>
-         </releases>
-      </repository>
-      <repository>
-         <id>snapshots.jboss.org</id>
-         <name>JBoss Repository</name>
-         <url>http://snapshots.jboss.org/maven2</url>
-         <snapshots>
-            <enabled>true</enabled>
-            <updatePolicy>never</updatePolicy>
-         </snapshots>
-      </repository>
-      <repository>
-         <id>oss.sonatype.org/jboss-snapshots</id>
-         <name>JBoss (Nexus) Snapshots Repository</name>
-         <url>http://oss.sonatype.org/content/repositories/jboss-snapshots</url>
-         <releases>
-            <enabled>false</enabled>
-         </releases>
-         <snapshots>
-            <enabled>true</enabled>
-            <updatePolicy>never</updatePolicy>
-         </snapshots>
-      </repository>
-   </repositories>
-
-   <dependencyManagement>
-      <dependencies>
-
-         <dependency>
-            <groupId>org.testng</groupId>
-            <artifactId>testng</artifactId>
-            <version>${testng.version}</version>
-            <classifier>jdk15</classifier>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.annotation</groupId>
-            <artifactId>jsr250-api</artifactId>
-            <version>${jsr250.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.5</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.servlet.jsp</groupId>
-            <artifactId>jsp-api</artifactId>
-            <version>${jsp.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.inject</groupId>
-            <artifactId>javax.inject</artifactId>
-            <version>${atinject.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.transaction</groupId>
-            <artifactId>jta</artifactId>
-            <version>${jta.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.el</groupId>
-            <artifactId>el-api</artifactId>
-            <version>${uel.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.faces</groupId>
-            <artifactId>jsf-api</artifactId>
-            <version>${jsf.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.validation</groupId>
-            <artifactId>validation-api</artifactId>
-            <version>${validation.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.xml.ws</groupId>
-            <artifactId>jaxws-api</artifactId>
-            <version>${jaxws.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.enterprise</groupId>
-            <artifactId>cdi-api</artifactId>
-            <version>${cdi.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>org.jboss.jsr299.tck</groupId>
-            <artifactId>jsr299-tck-api</artifactId>
-            <version>${project.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>org.jboss.test-audit</groupId>
-            <artifactId>jboss-test-audit-api</artifactId>
-            <version>${jboss.test.audit.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>org.jboss.test-audit</groupId>
-            <artifactId>jboss-test-audit-impl</artifactId>
-            <version>${jboss.test.audit.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>org.jboss.ejb3</groupId>
-            <artifactId>jboss-ejb3-api</artifactId>
-            <version>${ejb.api.version}</version>
-            <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>org.jboss.interceptor</groupId>
-            <artifactId>jboss-interceptor-api</artifactId>
-            <version>${interceptor.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.jws</groupId>
-            <artifactId>jsr181-api</artifactId>
-            <version>${jws.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.persistence</groupId>
-            <artifactId>persistence-api</artifactId>
-            <version>${jpa.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>commons-httpclient</groupId>
-            <artifactId>commons-httpclient</artifactId>
-            <version>${apache.httpclient.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>net.sourceforge.htmlunit</groupId>
-            <artifactId>htmlunit</artifactId>
-            <version>${htmlunit.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>org.jboss.test-harness</groupId>
-            <artifactId>jboss-test-harness-api</artifactId>
-            <version>${jboss.test.harness.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>org.jboss.test-harness</groupId>
-            <artifactId>jboss-test-harness</artifactId>
-            <version>${jboss.test.harness.version}</version>
-         </dependency>
-
-      </dependencies>
-   </dependencyManagement>
-
-   <!-- Configure the build -->
-   <build>
-      <pluginManagement>
-         <plugins>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-release-plugin</artifactId>
-               <configuration>
-                  <tagBase>https://svn.jboss.org/repos/weld/cdi-tck/tags</tagBase>
-                  <preparationGoals>install</preparationGoals>
-                  <arguments>-Drelease -Dtck-audit</arguments>
-               </configuration>
-            </plugin>
-         </plugins>
-      </pluginManagement>
-   </build>
-
-   <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/cdi-tck/tags/1.0.0</connection>
-      <developerConnection>
-         scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/tags/1.0.0
-      </developerConnection>
-      <url>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/tags/1.0.0</url>
-   </scm>
-
-   <profiles>
-      <profile>
-         <id>docs</id>
-         <activation>
-            <property>
-               <name>release</name>
-            </property>
-         </activation>
-         <modules>
-            <module>doc/reference</module>
-         </modules>
-      </profile>
-      
-      <profile>
-         <id>verify-release</id>
-         <activation>
-            <property>
-               <name>release</name>
-            </property>
-         </activation>
-         <build>
-            <plugins>
-               <plugin>
-                  <groupId>org.apache.maven.plugins</groupId> 
-                  <artifactId>maven-enforcer-plugin</artifactId>
-                  <executions>
-                     <execution>
-                        <id>enforce-java-release</id>
-                        <goals>
-                           <goal>enforce</goal>
-                        </goals>
-                        <configuration>
-                           <rules>
-                              <requireJavaVersion>
-                                 <version>1.6</version>
-                              </requireJavaVersion>
-                           </rules>
-                        </configuration>
-                     </execution>
-                  </executions>
-               </plugin>
-            </plugins>
-         </build>
-      </profile>
-
-   </profiles>
-
-</project>

Copied: cdi-tck/branches/1.0.0/pom.xml (from rev 5033, cdi-tck/tags/1.0.0/pom.xml)
===================================================================
--- cdi-tck/branches/1.0.0/pom.xml	                        (rev 0)
+++ cdi-tck/branches/1.0.0/pom.xml	2009-11-13 16:09:02 UTC (rev 5034)
@@ -0,0 +1,360 @@
+<?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>jsr299-tck-parent</artifactId>
+   <packaging>pom</packaging>
+   <version>1.0.0-SNAPSHOT</version>
+   <name>CDI TCK</name>
+
+   <parent>
+      <groupId>org.jboss.weld</groupId>
+      <artifactId>weld-parent</artifactId>
+      <version>6</version>
+   </parent>
+
+   <!-- Metadata -->
+   <url>http://www.seamframework.org/Weld</url>
+
+   <developers>
+      <developer>
+         <name>Pete Muir</name>
+         <email>pete.muir at jboss.org</email>
+         <organization>Red Hat Inc.</organization>
+         <url>http://in.relation.to/Bloggers/Pete</url>
+      </developer>
+
+      <developer>
+         <name>Shane Bryzak</name>
+         <organization>Red Hat Inc.</organization>
+      </developer>
+
+      <developer>
+         <name>David Allen</name>
+      </developer>
+
+      <developer>
+         <name>Nicklas Karlsson</name>
+      </developer>
+
+      <developer>
+         <name>Jozef Hartinger</name>
+         <email>jharting at redhat.com</email>
+         <organization>Red Hat Inc.</organization>
+      </developer>
+   </developers>
+
+   <organization>
+      <name>Seam Framework</name>
+      <url>http://seamframework.org</url>
+   </organization>
+
+   <ciManagement>
+      <system>Hudson</system>
+      <url />
+   </ciManagement>
+
+   <issueManagement>
+      <system>JIRA</system>
+      <url>http://jira.jboss.org/browse/CDITCK</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>
+
+   <modules>
+      <module>api</module>
+      <module>impl</module>
+   </modules>
+
+   <properties>
+      <jboss.test.audit.version>1.0.0</jboss.test.audit.version>
+      <jboss.test.harness.version>1.1.0-CR3</jboss.test.harness.version>
+      <testng.version>5.10</testng.version>
+      <jsr250.api.version>1.0</jsr250.api.version>
+      <cdi.api.version>1.0</cdi.api.version>
+      <atinject.api.version>1</atinject.api.version>
+      <ejb.api.version>3.1.0</ejb.api.version>
+      <jsr250.api.version>1.0</jsr250.api.version>
+      <jpa.api.version>1.0</jpa.api.version>
+      <validation.api.version>1.0.0.GA</validation.api.version>
+      <servlet.api.version>2.5</servlet.api.version>
+      <jsp.api.version>2.1</jsp.api.version>
+      <jstl.api.version>1.2</jstl.api.version>
+      <jta.api.version>1.0.1B</jta.api.version>
+      <jms.api.version>1.1</jms.api.version>
+      <uel.api.version>2.1.2-b04</uel.api.version>
+      <jsf.api.version>1.2_13</jsf.api.version>
+      <jaxws.api.version>2.1</jaxws.api.version>
+      <interceptor.api.version>1.1</interceptor.api.version>
+      <jws.api.version>1.0-MR1</jws.api.version>
+      <apache.httpclient.version>3.1</apache.httpclient.version>
+      <htmlunit.version>2.4</htmlunit.version>
+   </properties>
+
+   <!-- Dependency management -->
+
+   <repositories>
+      <repository>
+         <id>repository.jboss.org</id>
+         <name>JBoss Repository</name>
+         <url>http://repository.jboss.org/maven2</url>
+         <releases>
+            <enabled>true</enabled>
+         </releases>
+      </repository>
+      <repository>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Repository</name>
+         <url>http://snapshots.jboss.org/maven2</url>
+         <snapshots>
+            <enabled>true</enabled>
+            <updatePolicy>never</updatePolicy>
+         </snapshots>
+      </repository>
+      <repository>
+         <id>oss.sonatype.org/jboss-snapshots</id>
+         <name>JBoss (Nexus) Snapshots Repository</name>
+         <url>http://oss.sonatype.org/content/repositories/jboss-snapshots</url>
+         <releases>
+            <enabled>false</enabled>
+         </releases>
+         <snapshots>
+            <enabled>true</enabled>
+            <updatePolicy>never</updatePolicy>
+         </snapshots>
+      </repository>
+   </repositories>
+
+   <dependencyManagement>
+      <dependencies>
+
+         <dependency>
+            <groupId>org.testng</groupId>
+            <artifactId>testng</artifactId>
+            <version>${testng.version}</version>
+            <classifier>jdk15</classifier>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.annotation</groupId>
+            <artifactId>jsr250-api</artifactId>
+            <version>${jsr250.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.5</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.servlet.jsp</groupId>
+            <artifactId>jsp-api</artifactId>
+            <version>${jsp.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.inject</groupId>
+            <artifactId>javax.inject</artifactId>
+            <version>${atinject.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.transaction</groupId>
+            <artifactId>jta</artifactId>
+            <version>${jta.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.el</groupId>
+            <artifactId>el-api</artifactId>
+            <version>${uel.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.faces</groupId>
+            <artifactId>jsf-api</artifactId>
+            <version>${jsf.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.validation</groupId>
+            <artifactId>validation-api</artifactId>
+            <version>${validation.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.xml.ws</groupId>
+            <artifactId>jaxws-api</artifactId>
+            <version>${jaxws.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.enterprise</groupId>
+            <artifactId>cdi-api</artifactId>
+            <version>${cdi.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.jsr299.tck</groupId>
+            <artifactId>jsr299-tck-api</artifactId>
+            <version>${project.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.test-audit</groupId>
+            <artifactId>jboss-test-audit-api</artifactId>
+            <version>${jboss.test.audit.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.test-audit</groupId>
+            <artifactId>jboss-test-audit-impl</artifactId>
+            <version>${jboss.test.audit.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.ejb3</groupId>
+            <artifactId>jboss-ejb3-api</artifactId>
+            <version>${ejb.api.version}</version>
+            <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>org.jboss.interceptor</groupId>
+            <artifactId>jboss-interceptor-api</artifactId>
+            <version>${interceptor.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.jws</groupId>
+            <artifactId>jsr181-api</artifactId>
+            <version>${jws.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.persistence</groupId>
+            <artifactId>persistence-api</artifactId>
+            <version>${jpa.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+            <version>${apache.httpclient.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>net.sourceforge.htmlunit</groupId>
+            <artifactId>htmlunit</artifactId>
+            <version>${htmlunit.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.test-harness</groupId>
+            <artifactId>jboss-test-harness-api</artifactId>
+            <version>${jboss.test.harness.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.test-harness</groupId>
+            <artifactId>jboss-test-harness</artifactId>
+            <version>${jboss.test.harness.version}</version>
+         </dependency>
+
+      </dependencies>
+   </dependencyManagement>
+
+   <!-- Configure the build -->
+   <build>
+      <pluginManagement>
+         <plugins>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-release-plugin</artifactId>
+               <configuration>
+                  <tagBase>https://svn.jboss.org/repos/weld/cdi-tck/tags</tagBase>
+                  <preparationGoals>install</preparationGoals>
+                  <arguments>-Drelease -Dtck-audit</arguments>
+               </configuration>
+            </plugin>
+         </plugins>
+      </pluginManagement>
+   </build>
+
+   <scm>
+      <connection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/tags/1.0.0</connection>
+      <developerConnection>
+         scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/branches/1.0.0
+      </developerConnection>
+      <url>https://svn.jboss.org/repos/weld/cdi-tck/tags/1.0.0</url>
+   </scm>
+
+   <profiles>
+      <profile>
+         <id>docs</id>
+         <activation>
+            <property>
+               <name>release</name>
+            </property>
+         </activation>
+         <modules>
+            <module>doc/reference</module>
+         </modules>
+      </profile>
+      
+      <profile>
+         <id>verify-release</id>
+         <activation>
+            <property>
+               <name>release</name>
+            </property>
+         </activation>
+         <build>
+            <plugins>
+               <plugin>
+                  <groupId>org.apache.maven.plugins</groupId> 
+                  <artifactId>maven-enforcer-plugin</artifactId>
+                  <executions>
+                     <execution>
+                        <id>enforce-java-release</id>
+                        <goals>
+                           <goal>enforce</goal>
+                        </goals>
+                        <configuration>
+                           <rules>
+                              <requireJavaVersion>
+                                 <version>1.6</version>
+                              </requireJavaVersion>
+                           </rules>
+                        </configuration>
+                     </execution>
+                  </executions>
+               </plugin>
+            </plugins>
+         </build>
+      </profile>
+
+   </profiles>
+
+</project>



More information about the weld-commits mailing list