[jboss-cvs] Repository SVN: r29624 - in maven2/org/jboss/weld/integration/weld-jboss-int: 5.2.0-Beta3 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 13 16:40:23 EDT 2009


Author: petemuir
Date: 2009-10-13 16:40:23 -0400 (Tue, 13 Oct 2009)
New Revision: 29624

Added:
   maven2/org/jboss/weld/integration/weld-jboss-int/5.2.0-Beta3/
   maven2/org/jboss/weld/integration/weld-jboss-int/5.2.0-Beta3/weld-jboss-int-5.2.0-Beta3.pom
   maven2/org/jboss/weld/integration/weld-jboss-int/5.2.0-Beta3/weld-jboss-int-5.2.0-Beta3.pom.md5
   maven2/org/jboss/weld/integration/weld-jboss-int/5.2.0-Beta3/weld-jboss-int-5.2.0-Beta3.pom.sha1
   maven2/org/jboss/weld/integration/weld-jboss-int/maven-metadata.xml
   maven2/org/jboss/weld/integration/weld-jboss-int/maven-metadata.xml.md5
   maven2/org/jboss/weld/integration/weld-jboss-int/maven-metadata.xml.sha1
Log:
add weld integration

Added: maven2/org/jboss/weld/integration/weld-jboss-int/5.2.0-Beta3/weld-jboss-int-5.2.0-Beta3.pom
===================================================================
--- maven2/org/jboss/weld/integration/weld-jboss-int/5.2.0-Beta3/weld-jboss-int-5.2.0-Beta3.pom	                        (rev 0)
+++ maven2/org/jboss/weld/integration/weld-jboss-int/5.2.0-Beta3/weld-jboss-int-5.2.0-Beta3.pom	2009-10-13 20:40:23 UTC (rev 29624)
@@ -0,0 +1,529 @@
+<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</groupId>
+      <artifactId>jboss-parent</artifactId>
+      <version>4</version>
+   </parent>
+   <groupId>org.jboss.weld.integration</groupId>
+   <artifactId>weld-jboss-int</artifactId>
+   <version>5.2.0-Beta3</version>
+   <packaging>pom</packaging>
+   <name>Weld JBoss AS Integration Aggregator</name>
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/weld-int/tags/5.2.0-Beta3</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/weld-int/tags/5.2.0-Beta3</developerConnection>
+      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/weld-int/tags/5.2.0-Beta3</url>
+   </scm>
+
+   <modules>
+      <module>ejb</module>
+      <module>webtier</module>
+      <module>deployer</module>
+      <module>assembly</module>
+   </modules>
+
+   <properties>
+      <version.weld>1.0.0-CR1</version.weld>
+      <version.weld.api>1.0-CR1</version.weld.api>
+      <version.jboss.interceptor>1.0.0-CR1</version.jboss.interceptor>
+      <version.jboss.vfs>2.1.2.GA</version.jboss.vfs>
+      <version.jboss.man>2.1.0.GA</version.jboss.man>
+      <version.jboss.microcontainer>2.0.8.GA</version.jboss.microcontainer>
+      <version.jboss.cl>2.0.6.GA</version.jboss.cl>
+      <version.jboss.deployers>2.0.8.GA</version.jboss.deployers>
+      <version.jboss.common.core>2.2.14.GA</version.jboss.common.core>
+      <version.jboss.logging.spi>2.0.5.GA</version.jboss.logging.spi>
+      <version.jboss.classloading.spi>5.0.3.GA</version.jboss.classloading.spi>
+      <version.jboss.transaction.spi>5.1.0.SP1</version.jboss.transaction.spi>
+      <version.jboss.metadata>1.0.0.GA</version.jboss.metadata>
+      <version.jbossxb>2.0.1.GA</version.jbossxb>
+      <version.jboss.ejb3>1.0.0</version.jboss.ejb3>
+      <version.jboss.ejb3.core>1.1.5</version.jboss.ejb3.core>
+      <version.jboss.ejb3.endpoint>0.1.3</version.jboss.ejb3.endpoint>
+      <version.jboss.jpa>1.0.0-CR1</version.jboss.jpa>
+      <version.jboss.web>2.1.4.GA</version.jboss.web>
+      <version.servlet.api>2.5</version.servlet.api>
+      <version.jsp.api>2.1</version.jsp.api>
+      <version.org.jboss.test>1.1.1.GA</version.org.jboss.test>
+      <version.junit>4.4</version.junit>
+      <version.validation>1.0.CR3</version.validation>
+      <version.jbossts>4.6.1.GA</version.jbossts>
+      <version.faces>2.0.0-RC</version.faces>
+      <version.interceptor.api>3.1.0-CR1</version.interceptor.api>
+   </properties>
+
+   <build>
+      <outputDirectory>${microcontainer.outputDirectory}</outputDirectory>
+      <testOutputDirectory>${microcontainer.testOutputDirectory}</testOutputDirectory>
+      <finalName>${artifactId}</finalName>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-compiler-plugin</artifactId>
+            <configuration>
+               <source>1.5</source>
+               <target>1.5</target>
+               <showDeprecation>true</showDeprecation>
+               <showWarnings>true</showWarnings>
+               <optimize>true</optimize>
+            </configuration>
+         </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-release-plugin</artifactId>
+            <version>2.0-beta-9</version>
+            <configuration>
+               <tagBase>https://svn.jboss.org/repos/jbossas/projects/weld-int/tags</tagBase>
+               <autoVersionSubmodules>true</autoVersionSubmodules>
+               <allowTimestampedSnapshots>false</allowTimestampedSnapshots>
+            </configuration>
+         </plugin>
+      </plugins>
+      <pluginManagement>
+         <plugins>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-assembly-plugin</artifactId>
+               <executions>
+                  <execution>
+                     <id>make-assembly</id>
+                     <phase>package</phase>
+                     <goals>
+                        <goal>attached</goal>
+                     </goals>
+                  </execution>
+               </executions>
+            </plugin>
+            <plugin>
+               <artifactId>maven-idea-plugin</artifactId>
+               <configuration>
+                  <downloadSources>true</downloadSources>
+               </configuration>
+            </plugin>
+            <plugin>
+               <artifactId>maven-eclipse-plugin</artifactId>
+               <configuration>
+                  <classpathContainers>
+                     <classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER</classpathContainer>
+                  </classpathContainers>
+               </configuration>
+            </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-surefire-plugin</artifactId>
+               <version>2.4.3</version>
+               <configuration>
+                  <redirectTestOutputToFile>true</redirectTestOutputToFile>
+                  <includes>
+                     <include>org/jboss/test/**/*TestCase.java</include>
+                  </includes>
+               </configuration>
+            </plugin>
+            <plugin>
+               <!-- Configure javadoc plugin with APIviz -->
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-javadoc-plugin</artifactId>
+               <configuration>
+                  <doclet>net.gleamynode.apiviz.APIviz</doclet>
+                  <docletArtifact>
+                     <groupId>net.gleamynode.apiviz</groupId>
+                     <artifactId>apiviz</artifactId>
+                     <version>1.1.0</version>
+                  </docletArtifact>
+                  <encoding>UTF-8</encoding>
+               </configuration>
+            </plugin>
+         </plugins>
+      </pluginManagement>
+   </build>
+
+   <repositories>
+      <repository>
+         <id>repository.jboss.org</id>
+         <name>JBoss Repository</name>
+         <layout>default</layout>
+         <url>http://repository.jboss.org/maven2</url>
+         <snapshots>
+            <enabled>false</enabled>
+         </snapshots>
+      </repository>
+      <repository>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Snapshots Repository</name>
+         <layout>default</layout>
+         <url>http://snapshots.jboss.org/maven2</url>
+         <snapshots>
+            <enabled>true</enabled>
+            <updatePolicy>always</updatePolicy>
+         </snapshots>
+         <releases>
+            <enabled>false</enabled>
+         </releases>
+      </repository>
+      <!-- APIviz repository -->
+      <repository>
+         <id>apiviz.release</id>
+         <name>APIviz releases</name>
+         <url>http://apiviz.googlecode.com/svn/site/repo/mvn/release</url>
+         <releases>
+            <enabled>true</enabled>
+         </releases>
+         <snapshots>
+            <enabled>false</enabled>
+         </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>
+
+   <reporting>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-project-info-reports-plugin</artifactId>
+            <reportSets>
+               <reportSet>
+                  <reports>
+                     <report>dependencies</report>
+                     <report>issue-tracking</report>
+                     <report>license</report>
+                     <report>scm</report>
+                  </reports>
+               </reportSet>
+            </reportSets>
+         </plugin>
+         <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>findbugs-maven-plugin</artifactId>
+            <version>1.0.0</version>
+         </plugin>
+      </plugins>
+   </reporting>
+
+   <dependencyManagement>
+      <!-- The parent pom manages the inter-dependencies of the modules. -->
+      <dependencies>
+
+         <dependency>
+            <groupId>org.jboss.deployers</groupId>
+            <artifactId>jboss-deployers-client</artifactId>
+            <version>${version.jboss.deployers}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.deployers</groupId>
+            <artifactId>jboss-deployers-client-spi</artifactId>
+            <version>${version.jboss.deployers}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.deployers</groupId>
+            <artifactId>jboss-deployers-core-spi</artifactId>
+            <version>${version.jboss.deployers}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.deployers</groupId>
+            <artifactId>jboss-deployers-impl</artifactId>
+            <version>${version.jboss.deployers}</version>
+            <exclusions>
+               <exclusion>
+                  <groupId>org.jboss</groupId>
+                  <artifactId>javassist</artifactId>
+               </exclusion>
+            </exclusions>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.deployers</groupId>
+            <artifactId>jboss-deployers-spi</artifactId>
+            <version>${version.jboss.deployers}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.deployers</groupId>
+            <artifactId>jboss-deployers-structure-spi</artifactId>
+            <version>${version.jboss.deployers}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.deployers</groupId>
+            <artifactId>jboss-deployers-vfs</artifactId>
+            <version>${version.jboss.deployers}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.deployers</groupId>
+            <artifactId>jboss-deployers-vfs-spi</artifactId>
+            <version>${version.jboss.deployers}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.cl</groupId>
+            <artifactId>jboss-classloader</artifactId>
+            <version>${version.jboss.cl}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.cl</groupId>
+            <artifactId>jboss-classloading</artifactId>
+            <version>${version.jboss.cl}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.cl</groupId>
+            <artifactId>jboss-classloading-vfs</artifactId>
+            <version>${version.jboss.cl}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.man</groupId>
+            <artifactId>jboss-managed</artifactId>
+            <version>${version.jboss.man}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.microcontainer</groupId>
+            <artifactId>jboss-dependency</artifactId>
+            <version>${version.jboss.microcontainer}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.microcontainer</groupId>
+            <artifactId>jboss-kernel</artifactId>
+            <version>${version.jboss.microcontainer}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss</groupId>
+            <artifactId>jboss-common-core</artifactId>
+            <version>${version.jboss.common.core}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.logging</groupId>
+            <artifactId>jboss-logging-spi</artifactId>
+            <version>${version.jboss.logging.spi}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.integration</groupId>
+            <artifactId>jboss-classloading-spi</artifactId>
+            <version>${version.jboss.classloading.spi}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.integration</groupId>
+            <artifactId>jboss-transaction-spi</artifactId>
+            <version>${version.jboss.transaction.spi}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss</groupId>
+            <artifactId>jbossxb</artifactId>
+            <version>${version.jbossxb}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>jboss.web</groupId>
+            <artifactId>jbossweb</artifactId>
+            <version>${version.jboss.web}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss</groupId>
+            <artifactId>jboss-vfs</artifactId>
+            <version>${version.jboss.vfs}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.metadata</groupId>
+            <artifactId>jboss-metadata</artifactId>
+            <version>${version.jboss.metadata}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>jboss.jbossts</groupId>
+            <artifactId>jbossjts-integration</artifactId>
+            <version>${version.jbossts}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.validation</groupId>
+            <artifactId>validation-api</artifactId>
+            <version>${version.validation}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.faces</groupId>
+            <artifactId>jsf-api</artifactId>
+            <version>${version.faces}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.interceptor</groupId>
+            <artifactId>jboss-interceptor-api</artifactId>
+            <version>${version.interceptor.api}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.interceptor</groupId>
+            <artifactId>jboss-interceptor</artifactId>
+            <version>${version.jboss.interceptor}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.weld.integration</groupId>
+            <artifactId>weld-jboss-int-jboss-ejb</artifactId>
+            <version>${project.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.weld.integration</groupId>
+            <artifactId>weld-jboss-int-webtier</artifactId>
+            <version>${project.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.weld.integration</groupId>
+            <artifactId>weld-jboss-int-deployer</artifactId>
+            <version>${project.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>${version.servlet.api}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.servlet.jsp</groupId>
+            <artifactId>jsp-api</artifactId>
+            <version>${version.jsp.api}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.ejb3</groupId>
+            <artifactId>jboss-ejb3-common</artifactId>
+            <version>${version.jboss.ejb3}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.ejb3</groupId>
+            <artifactId>jboss-ejb3-core</artifactId>
+            <version>${version.jboss.ejb3.core}</version>
+            <scope>provided</scope>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.ejb3</groupId>
+            <artifactId>jboss-ejb3-proxy</artifactId>
+            <classifier>client</classifier>
+            <version>${version.jboss.ejb3}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.ejb3</groupId>
+            <artifactId>jboss-ejb3-endpoint-deployer</artifactId>
+            <version>${version.jboss.ejb3.endpoint}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.jpa</groupId>
+            <artifactId>jboss-jpa-deployers</artifactId>
+            <version>${version.jboss.jpa}</version>
+         </dependency>
+
+         <!-- test dependencies -->
+
+         <dependency>
+            <groupId>org.jboss.deployers</groupId>
+            <artifactId>jboss-deployers-vfs</artifactId>
+            <version>${version.jboss.deployers}</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.test</groupId>
+            <artifactId>jboss-test</artifactId>
+            <version>${version.org.jboss.test}</version>
+            <scope>test</scope>
+         </dependency>
+
+         <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>${version.junit}</version>
+            <scope>test</scope>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.weld</groupId>
+            <artifactId>weld-core</artifactId>
+            <version>${version.weld}</version>
+         </dependency>
+         <dependency>
+            <groupId>javax.enterprise</groupId>
+            <artifactId>cdi-api</artifactId>
+            <version>${version.weld.api}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.weld</groupId>
+            <artifactId>weld-spi </artifactId>
+            <version>${version.weld.api}</version>
+         </dependency>
+
+      </dependencies>
+   </dependencyManagement>
+
+   <profiles>
+      <profile>
+         <id>default</id>
+         <activation>
+            <activeByDefault>true</activeByDefault>
+         </activation>
+         <properties>
+            <microcontainer.outputDirectory>target/classes</microcontainer.outputDirectory>
+            <microcontainer.testOutputDirectory>target/test-classes</microcontainer.testOutputDirectory>
+         </properties>
+      </profile>
+      <profile>
+         <id>eclipse</id>
+         <build>
+            <defaultGoal>process-test-resources</defaultGoal>
+            <plugins>
+               <plugin>
+                  <artifactId>maven-eclipse-plugin</artifactId>
+                  <executions>
+                     <execution>
+                        <id>eclipse</id>
+                        <phase>process-test-resources</phase>
+                        <goals>
+                           <goal>eclipse</goal>
+                        </goals>
+                     </execution>
+                  </executions>
+                  <configuration>
+                     <downloadSources>true</downloadSources>
+                     <buildOutputDirectory>${microcontainer.outputDirectory}</buildOutputDirectory>
+                  </configuration>
+               </plugin>
+            </plugins>
+         </build>
+         <properties>
+            <microcontainer.outputDirectory>eclipse-target/classes</microcontainer.outputDirectory>
+            <microcontainer.testOutputDirectory>eclipse-target/test-classes</microcontainer.testOutputDirectory>
+         </properties>
+      </profile>
+   </profiles>
+
+</project>

Added: maven2/org/jboss/weld/integration/weld-jboss-int/5.2.0-Beta3/weld-jboss-int-5.2.0-Beta3.pom.md5
===================================================================
--- maven2/org/jboss/weld/integration/weld-jboss-int/5.2.0-Beta3/weld-jboss-int-5.2.0-Beta3.pom.md5	                        (rev 0)
+++ maven2/org/jboss/weld/integration/weld-jboss-int/5.2.0-Beta3/weld-jboss-int-5.2.0-Beta3.pom.md5	2009-10-13 20:40:23 UTC (rev 29624)
@@ -0,0 +1 @@
+e0c6c920d8880e2df71a823be03e2b8f
\ No newline at end of file

Added: maven2/org/jboss/weld/integration/weld-jboss-int/5.2.0-Beta3/weld-jboss-int-5.2.0-Beta3.pom.sha1
===================================================================
--- maven2/org/jboss/weld/integration/weld-jboss-int/5.2.0-Beta3/weld-jboss-int-5.2.0-Beta3.pom.sha1	                        (rev 0)
+++ maven2/org/jboss/weld/integration/weld-jboss-int/5.2.0-Beta3/weld-jboss-int-5.2.0-Beta3.pom.sha1	2009-10-13 20:40:23 UTC (rev 29624)
@@ -0,0 +1 @@
+900ac9119d49b368db3358c5ccf05451018ea7c5
\ No newline at end of file

Added: maven2/org/jboss/weld/integration/weld-jboss-int/maven-metadata.xml
===================================================================
--- maven2/org/jboss/weld/integration/weld-jboss-int/maven-metadata.xml	                        (rev 0)
+++ maven2/org/jboss/weld/integration/weld-jboss-int/maven-metadata.xml	2009-10-13 20:40:23 UTC (rev 29624)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.jboss.weld.integration</groupId>
+  <artifactId>weld-jboss-int</artifactId>
+  <version>5.2.0-Beta3</version>
+  <versioning>
+    <release>5.2.0-Beta3</release>
+    <versions>
+      <version>5.2.0-Beta3</version>
+    </versions>
+    <lastUpdated>20091013201345</lastUpdated>
+  </versioning>
+</metadata>

Added: maven2/org/jboss/weld/integration/weld-jboss-int/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/weld/integration/weld-jboss-int/maven-metadata.xml.md5	                        (rev 0)
+++ maven2/org/jboss/weld/integration/weld-jboss-int/maven-metadata.xml.md5	2009-10-13 20:40:23 UTC (rev 29624)
@@ -0,0 +1 @@
+1cbe29d286cf89ba1a686c6f91e43ad3
\ No newline at end of file

Added: maven2/org/jboss/weld/integration/weld-jboss-int/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/weld/integration/weld-jboss-int/maven-metadata.xml.sha1	                        (rev 0)
+++ maven2/org/jboss/weld/integration/weld-jboss-int/maven-metadata.xml.sha1	2009-10-13 20:40:23 UTC (rev 29624)
@@ -0,0 +1 @@
+8aa797e7c7f0378b886fd67f2aa35bcdcb9f229f
\ No newline at end of file




More information about the jboss-cvs-commits mailing list