METAGEN-31

This commit is contained in:
Hardy Ferentschik 2010-04-21 09:01:47 +00:00 committed by Strong Liu
parent f80bf48a5b
commit 521b477e8e
1 changed files with 6 additions and 7 deletions

View File

@ -334,15 +334,14 @@
<distributionManagement> <distributionManagement>
<repository> <repository>
<!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} --> <id>jboss-releases-repository</id>
<!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml --> <name>JBoss Releases Repository</name>
<id>repository.jboss.org</id> <url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
<url>file://${maven.repository.root}</url>
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>snapshots.jboss.org</id> <id>jboss-snapshots-repository</id>
<name>JBoss Snapshot Repository</name> <name>JBoss Snapshots Repository</name>
<url>dav:https://snapshots.jboss.org/maven2</url> <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>