Author: steve.ebersole(a)jboss.com
Date: 2010-01-29 01:13:23 -0500 (Fri, 29 Jan 2010)
New Revision: 18671
Modified:
core/branches/Branch_3_3/parent/pom.xml
Log:
Reverted to using the file based deployments for releases. the scm:svn approach is
garbage
Modified: core/branches/Branch_3_3/parent/pom.xml
===================================================================
--- core/branches/Branch_3_3/parent/pom.xml 2010-01-29 06:12:23 UTC (rev 18670)
+++ core/branches/Branch_3_3/parent/pom.xml 2010-01-29 06:13:23 UTC (rev 18671)
@@ -369,9 +369,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>file://${maven.repository.root}</url>
</repository>
<snapshotRepository>
<id>snapshots.jboss.org</id>