[jboss-cvs] Repository SVN: r4113 - in maven2/org/jboss/ejb3/jboss-ejb3-build: 0.13.0 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 2 09:14:34 EDT 2008


Author: wolfc
Date: 2008-04-02 09:14:34 -0400 (Wed, 02 Apr 2008)
New Revision: 4113

Added:
   maven2/org/jboss/ejb3/jboss-ejb3-build/0.13.0/
   maven2/org/jboss/ejb3/jboss-ejb3-build/0.13.0/jboss-ejb3-build-0.13.0.pom
   maven2/org/jboss/ejb3/jboss-ejb3-build/0.13.0/jboss-ejb3-build-0.13.0.pom.md5
   maven2/org/jboss/ejb3/jboss-ejb3-build/0.13.0/jboss-ejb3-build-0.13.0.pom.sha1
Modified:
   maven2/org/jboss/ejb3/jboss-ejb3-build/maven-metadata.xml
   maven2/org/jboss/ejb3/jboss-ejb3-build/maven-metadata.xml.md5
   maven2/org/jboss/ejb3/jboss-ejb3-build/maven-metadata.xml.sha1
Log:
rev 71599


Added: maven2/org/jboss/ejb3/jboss-ejb3-build/0.13.0/jboss-ejb3-build-0.13.0.pom
===================================================================
--- maven2/org/jboss/ejb3/jboss-ejb3-build/0.13.0/jboss-ejb3-build-0.13.0.pom	                        (rev 0)
+++ maven2/org/jboss/ejb3/jboss-ejb3-build/0.13.0/jboss-ejb3-build-0.13.0.pom	2008-04-02 13:14:34 UTC (rev 4113)
@@ -0,0 +1,403 @@
+<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 -->
+  <parent>
+    <groupId>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>3</version>
+  </parent>
+
+  <!-- POM Model Version -->
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- Artifact Information -->
+  <groupId>org.jboss.ejb3</groupId>
+  <artifactId>jboss-ejb3-build</artifactId>
+  <version>0.13.0</version>
+  <packaging>pom</packaging>
+  <name>JBoss EJB 3.0 Build POM</name>
+  <url>http://labs.jboss.com/jbossejb3</url>
+  <description>The JBoss EJB 3.0 Build POM</description>
+
+  <!-- EJB3 Developers -->
+  <developers>
+    <developer>
+      <name>Carlo de Wolf</name>
+      <email>carlo.dewolf at jboss.com</email>
+      <organization>JBoss, a division of Red Hat, Inc.</organization>
+      <organizationUrl>http://www.jboss.com</organizationUrl>
+      <roles>
+        <role>Project Lead</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <name>William DeCoste</name>
+      <email>bill.decoste at jboss.com</email>
+      <url />
+      <organization>JBoss, a division of Red Hat, Inc.</organization>
+      <organizationUrl>http://www.jboss.com</organizationUrl>
+      <roles>
+        <role>Developer</role>
+      </roles>
+      <timezone>-8</timezone>
+    </developer>
+    <developer>
+      <name>Andrew Lee Rubinger</name>
+      <email>andrew.rubinger at jboss.org</email>
+      <organization>JBoss, a division of Red Hat, Inc.</organization>
+      <organizationUrl>http://www.jboss.com</organizationUrl>
+      <roles>
+        <role>Developer</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+  </developers>
+
+  <!-- SCM -->
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-build-0.13.0</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-build-0.13.0</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-build-0.13.0</url>
+  </scm>  
+  
+  <!-- Issues -->
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.jboss.com/jira/browse/EJBTHREE</url>
+  </issueManagement>
+
+  <!-- Properties -->
+  <properties>
+
+    <!-- Versioning -->
+
+    <!-- 
+      
+      These versions will be picked up by 
+      individual project POMs, should be centralized
+      here such that all modules of EJB3 have the same 
+      dependencies.
+      
+    -->
+
+    <!--  
+      
+      External
+      
+    -->
+          
+    <version.ant_ant>1.6.5</version.ant_ant>
+    <version.commons-validator_commons-validator>1.3.1</version.commons-validator_commons-validator>
+    <version.junit_junit>4.4</version.junit_junit>
+    <version.org.jboss.aop_jboss-aop>2.0.0.CR7</version.org.jboss.aop_jboss-aop>
+    <version.org.jboss.aop_jboss-aop-aspects>2.0.0.CR7</version.org.jboss.aop_jboss-aop-aspects>
+    <version.org.jboss.microcontainer_jboss-container>2.0.0.Beta9</version.org.jboss.microcontainer_jboss-container>
+    <version.org.jboss.microcontainer_jboss-deployers-core-spi>2.0.0.Beta9</version.org.jboss.microcontainer_jboss-deployers-core-spi>
+    <version.org.jboss.microcontainer_jboss-kernel>2.0.0.Beta9</version.org.jboss.microcontainer_jboss-kernel>
+    <version.org.jboss.ws_jbossws-spi>1.0.2.GA</version.org.jboss.ws_jbossws-spi>
+   
+    <!-- Miscellaneous -->
+    <jvmargs />
+
+  </properties>
+
+  <!-- Build Configurations -->
+  <build>
+    <outputDirectory>${ejb3.outputDirectory}</outputDirectory>
+    <testOutputDirectory>${ejb3.testOutputDirectory}</testOutputDirectory>
+    <finalName>${artifactId}</finalName>
+    <plugins>
+
+      <!-- Compiler -->
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+          <showDeprecation>false</showDeprecation>
+          <showWarnings>true</showWarnings>
+          <optimize>true</optimize>
+          <compilerVersion>1.5</compilerVersion>
+          <fork>true</fork>
+        </configuration>
+      </plugin>
+
+      <!-- Surefire (Tests) Plugin -->
+
+      <!-- 
+        
+        To pass JVM Arguments (ie. Remote Debugging w/ suspend),
+        pass "jvmargs" as system property, ie:
+        
+        mvn test -Djvmargs='-Xrunjdwp:transport=dt_socket,address=8788,server=y,suspend=y'
+        
+      -->
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <printSummary>false</printSummary>
+          <testFailureIgnore>true</testFailureIgnore>
+          <includes>
+            <include>**/**TestCase.java</include>
+            <include>**/**TestSuite.java</include>
+          </includes>
+          <forkMode>once</forkMode>
+          <argLine>${jvmargs}</argLine>
+        </configuration>
+      </plugin>
+
+      <!-- Maven Release Plugin Configuration -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <tagBase>
+            https://svn.jboss.org/repos/jbossas/projects/ejb3/tags
+          </tagBase>
+        </configuration>
+      </plugin>
+
+      <!-- Maven RAR Plugin Configuration -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-rar-plugin</artifactId>
+        <configuration>
+          <includeJar>true</includeJar>
+          <rarSourceDirectory>src/main/java</rarSourceDirectory>
+          <raXmlFile>src/main/resources/META-INF/ra.xml</raXmlFile>
+        </configuration>
+      </plugin>
+
+      <!-- JBoss Deploy Plugin -->
+      <plugin>
+        <groupId>org.jboss.maven.plugins</groupId>
+        <artifactId>maven-jboss-deploy-plugin</artifactId>
+        <version>1.6</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>jboss-deploy</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <!-- Should be defined in local ~/.m2/settings.xml -->
+          <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
+          <groupId>jboss</groupId>
+          <removeArtifactVersion>true</removeArtifactVersion>
+        </configuration>
+        <inherited>true</inherited>
+      </plugin>
+
+    </plugins>
+  </build>
+
+  <!-- Reporting -->
+  <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>
+
+  <!-- Dependencies -->
+  <dependencyManagement>
+    <dependencies>
+
+      <!-- 
+        
+        External
+        
+      -->
+      
+      <!-- Apache Commons Validator -->
+      <dependency>
+        <groupId>commons-validator</groupId>
+        <artifactId>commons-validator</artifactId>
+        <version>${version.commons-validator_commons-validator}</version>
+      </dependency>
+      
+	  <dependency>
+	    <groupId>jboss</groupId>
+		<artifactId>jboss-logging-log4j</artifactId>
+		<version>2.0.2.GA</version>
+		<scope>runtime</scope>
+	  </dependency>
+
+	  <dependency>
+	    <groupId>jboss</groupId>
+		<artifactId>jboss-logging-spi</artifactId>
+		<version>2.0.2.GA</version>
+	  </dependency>
+
+      <dependency>
+        <groupId>org.jboss</groupId>
+        <artifactId>jboss-common-core</artifactId>
+        <version>2.2.4.GA</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.jboss</groupId>
+        <artifactId>jboss-metadata</artifactId>
+        <version>1.0.0.Beta6</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.jboss</groupId>
+        <artifactId>jboss-transaction-spi</artifactId>
+        <version>5.0.0.Beta4</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.jboss</groupId>
+        <artifactId>jnpserver</artifactId>
+        <version>5.0.0.Beta4</version>
+		<scope>test</scope>
+      </dependency>
+      
+      <!-- JBoss AOP -->
+      <dependency>
+        <groupId>org.jboss.aop</groupId>
+        <artifactId>jboss-aop</artifactId>
+        <version>${version.org.jboss.aop_jboss-aop}</version>
+      </dependency>
+
+      <!-- JBoss AOP Aspects -->
+      <dependency>
+        <groupId>org.jboss.aop</groupId>
+        <artifactId>jboss-aop-aspects</artifactId>
+        <version>${version.org.jboss.aop_jboss-aop-aspects}</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.jboss.javaee</groupId>
+        <artifactId>jboss-ejb-api</artifactId>
+        <version>3.0.0.Beta3Update1</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.jboss.javaee</groupId>
+        <artifactId>jboss-jacc-api</artifactId>
+        <version>1.1.0.Beta3Update1</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.jboss.javaee</groupId>
+        <artifactId>jboss-jca-api</artifactId>
+        <version>1.5.0.Beta3Update1</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.jboss.javaee</groupId>
+        <artifactId>jboss-persistence-api</artifactId>
+        <version>3.0.0.Beta3Update1</version>
+      </dependency>
+      
+      <!-- JBoss Microcontainer -->
+      <dependency>
+        <groupId>org.jboss.microcontainer</groupId>
+        <artifactId>jboss-container</artifactId>
+        <version>${version.org.jboss.microcontainer_jboss-container}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.microcontainer</groupId>
+        <artifactId>jboss-kernel</artifactId>
+        <version>${version.org.jboss.microcontainer_jboss-kernel}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.microcontainer</groupId>
+        <artifactId>jboss-deployers-core-spi</artifactId>
+        <version>${version.org.jboss.microcontainer_jboss-deployers-core-spi}</version>
+      </dependency>
+
+       <dependency>
+        <groupId>org.jboss.ws</groupId>
+        <artifactId>jbossws-spi</artifactId>
+        <version>${version.org.jboss.ws_jbossws-spi}</version>
+      </dependency>
+
+      <!-- JBoss Test -->
+      <dependency>
+        <groupId>org.jboss</groupId>
+        <artifactId>jboss-test</artifactId>
+        <version>1.0.5.GA</version>
+		<!-- TODO: was 1.0.6-SNAPSHOT -->
+      </dependency>
+
+      <!-- JUnit -->
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${version.junit_junit}</version>
+        <scope>test</scope>
+      </dependency>
+
+	  <dependency>
+	    <groupId>trove</groupId>
+		<artifactId>trove</artifactId>
+		<version>1.0.2</version>
+	  </dependency>
+
+    </dependencies>
+  </dependencyManagement>
+
+  <profiles>
+    <profile>
+      <id>default</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+      <properties>
+        <ejb3.outputDirectory>target/classes</ejb3.outputDirectory>
+        <ejb3.testOutputDirectory>target/tests-classes</ejb3.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>${ejb3.outputDirectory}</buildOutputDirectory>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+      <properties>
+        <ejb3.outputDirectory>eclipse-target/classes</ejb3.outputDirectory>
+        <ejb3.testOutputDirectory>eclipse-target/tests-classes</ejb3.testOutputDirectory>
+      </properties>
+    </profile>
+  </profiles>
+
+</project>

Added: maven2/org/jboss/ejb3/jboss-ejb3-build/0.13.0/jboss-ejb3-build-0.13.0.pom.md5
===================================================================
--- maven2/org/jboss/ejb3/jboss-ejb3-build/0.13.0/jboss-ejb3-build-0.13.0.pom.md5	                        (rev 0)
+++ maven2/org/jboss/ejb3/jboss-ejb3-build/0.13.0/jboss-ejb3-build-0.13.0.pom.md5	2008-04-02 13:14:34 UTC (rev 4113)
@@ -0,0 +1 @@
+b08a276e03746b976f546e40a9cefe5e
\ No newline at end of file

Added: maven2/org/jboss/ejb3/jboss-ejb3-build/0.13.0/jboss-ejb3-build-0.13.0.pom.sha1
===================================================================
--- maven2/org/jboss/ejb3/jboss-ejb3-build/0.13.0/jboss-ejb3-build-0.13.0.pom.sha1	                        (rev 0)
+++ maven2/org/jboss/ejb3/jboss-ejb3-build/0.13.0/jboss-ejb3-build-0.13.0.pom.sha1	2008-04-02 13:14:34 UTC (rev 4113)
@@ -0,0 +1 @@
+9083753d05876a5165fff50759171a8ced8a31fe
\ No newline at end of file

Modified: maven2/org/jboss/ejb3/jboss-ejb3-build/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ejb3/jboss-ejb3-build/maven-metadata.xml	2008-04-02 08:11:37 UTC (rev 4112)
+++ maven2/org/jboss/ejb3/jboss-ejb3-build/maven-metadata.xml	2008-04-02 13:14:34 UTC (rev 4113)
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?><metadata>
   <groupId>org.jboss.ejb3</groupId>
   <artifactId>jboss-ejb3-build</artifactId>
-  <version>0.12.0</version>
+  <version>0.13.0</version>
   <versioning>
-    <release>0.12.0</release>
+    <release>0.13.0</release>
     <versions>
       <version>0.12.0</version>
+      <version>0.13.0</version>
     </versions>
-    <lastUpdated>20080129024944</lastUpdated>
+    <lastUpdated>20080402125953</lastUpdated>
   </versioning>
-</metadata>
\ No newline at end of file
+</metadata>

Modified: maven2/org/jboss/ejb3/jboss-ejb3-build/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ejb3/jboss-ejb3-build/maven-metadata.xml.md5	2008-04-02 08:11:37 UTC (rev 4112)
+++ maven2/org/jboss/ejb3/jboss-ejb3-build/maven-metadata.xml.md5	2008-04-02 13:14:34 UTC (rev 4113)
@@ -1 +1 @@
-c7cbfbbc1a559992a6db68480c774043
\ No newline at end of file
+10dfab6b95e5a3f89c61f736913a5028
\ No newline at end of file

Modified: maven2/org/jboss/ejb3/jboss-ejb3-build/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ejb3/jboss-ejb3-build/maven-metadata.xml.sha1	2008-04-02 08:11:37 UTC (rev 4112)
+++ maven2/org/jboss/ejb3/jboss-ejb3-build/maven-metadata.xml.sha1	2008-04-02 13:14:34 UTC (rev 4113)
@@ -1 +1 @@
-fd0a05dff7d463f30793bbe6ed9814a23525bb5d
\ No newline at end of file
+cc66498557b96497a4b71e67a0d2862c054ea812
\ No newline at end of file




More information about the jboss-cvs-commits mailing list