Author: pete.muir(a)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(a)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</developer...
+ <
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>