Skip to content

Commit

Permalink
metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Dec 22, 2008
1 parent 6376640 commit f56d1b8
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions reference/pom.xml
Expand Up @@ -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</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/doc</developerConnection>
<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>

0 comments on commit f56d1b8

Please sign in to comment.