[webbeans-commits] Webbeans SVN: r26 - ri/trunk.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Jul 1 08:13:05 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-07-01 08:13:05 -0400 (Tue, 01 Jul 2008)
New Revision: 26

Modified:
   ri/trunk/pom.xml
Log:
add distribution management, metadata

Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml	2008-07-01 11:59:01 UTC (rev 25)
+++ ri/trunk/pom.xml	2008-07-01 12:13:05 UTC (rev 26)
@@ -9,6 +9,27 @@
    <version>1.0.0-SNAPSHOT</version>
    <name>Web Beans</name>
    <url>http://www.seamframework.org/WebBeans</url>
+   
+   <description>The reference implementation of JSR 299: Web Beans</description>
+   
+   <developers>
+      <developer>
+         <name>Pete Muir</name>
+         <roles>
+            <role>Project Lead</role>
+         </roles>
+         <email>pete.muir at jboss.org</email>
+         <organization>JBoss, a division of Red Hat</organization>
+         <url>http://in.relation.to/Bloggers/Pete</url>
+      </developer>
+      
+      <developer>
+         <name>Shane Bryzak</name>
+         <organization>JBoss, a division of Red Hat</organization>
+      </developer>
+   </developers>
+   
+   
 
    <pluginRepositories>
       <pluginRepository>
@@ -53,5 +74,45 @@
          </plugins>
       </pluginManagement>
    </build>
+   
+   <ciManagement>
+      <system>Hudson</system>
+      <url></url>
+   </ciManagement>
+   
+   <issueManagement>
+      <system>JIRA</system>
+      <url>http://jira.jboss.org/browse/WBRI</url>
+   </issueManagement>
+   
+   <inceptionYear>2008</inceptionYear>
+   
+   <licenses>
+      <license>
+         <name>Apache License, Version 2.0</name>
+         <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+      </license>
+   </licenses>
+   
+   <scm>
+      <connection>http://anonsvn.jboss.org/repos/webbeans</connection>
+      <developerConnection>https://svn.jboss.org/repos/webbeans</developerConnection>
+      <url>http://fisheye.jboss.org/browse/WebBeans</url>
+   </scm>
+   
+   <distributionManagement>
+      <repository>
+         <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
+         <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
+         <!-- todo : replace this with direct svn access once the svnkit providers are available -->
+         <id>repository.jboss.org</id>
+         <url>file://${maven.repository.root}</url>
+      </repository>
+      <snapshotRepository>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Snapshot Repository</name>
+         <url>dav:https://snapshots.jboss.org/maven2</url>
+      </snapshotRepository>
+   </distributionManagement>
 
 </project>




More information about the weld-commits mailing list