Author: pete.muir(a)jboss.org
Date: 2008-12-22 06:46:58 -0500 (Mon, 22 Dec 2008)
New Revision: 678
Modified:
doc/trunk/reference/pom.xml
Log:
metadata
Modified: doc/trunk/reference/pom.xml
===================================================================
--- doc/trunk/reference/pom.xml 2008-12-22 11:39:56 UTC (rev 677)
+++ doc/trunk/reference/pom.xml 2008-12-22 11:46:58 UTC (rev 678)
@@ -166,4 +166,42 @@
</build>
</profile>
</profiles>
+
+ <ciManagement>
+ <system>Hudson</system>
+ <url />
+
+ </ciManagement>
+
+ <issueManagement>
+ <system>JIRA</system>
+ <
url>http://jira.jboss.org/browse/WBRI</url>
+ </issueManagement>
+
+ <inceptionYear>2008</inceptionYear>
+
+ <scm>
+
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/doc</con...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/doc&l...
+ <
url>http://fisheye.jboss.org/browse/WebBeans/doc</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>