Reverted to using the file based deployments for releases. the scm:svn approach is garbage

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18670 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2010-01-29 06:12:23 +00:00
parent 0530b809d8
commit fa17de8c92
1 changed files with 4 additions and 2 deletions

View File

@ -524,9 +524,11 @@
<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>
<name>JBoss Release Repository</name>
<url>scm:svn:https://svn.jboss.org/repos/repository.jboss.org/maven2</url>
<url>file://${maven.repository.root}</url>
</repository>
<snapshotRepository>
<id>snapshots.jboss.org</id>