Author: brianf
Date: Tue Feb 10 02:10:50 2009
New Revision: 742820
URL: http://svn.apache.org/viewvc?rev=742820&view=rev
Log:
added new distro mgt
Modified:
maven/components/branches/maven-2.0.10-RC/pom.xml
Modified: maven/components/branches/maven-2.0.10-RC/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/pom.xml?rev=742820&r1=742819&r2=742820&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/pom.xml Tue Feb 10 02:10:50 2009
@@ -256,8 +256,28 @@
<module>maven-toolchain</module>
<module>apache-maven</module>
</modules>
+
+ <!--temporary until new parent is released -->
+ <distributionManagement>
+ <repository>
+ <id>apache.releases</id>
+ <name>Apache Release Distribution Repository</name>
+
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+ </repository>
+ <snapshotRepository>
+ <id>apache.snapshots</id>
+ <name>${distMgmtSnapshotsName}</name>
+ <url>${distMgmtSnapshotsUrl}</url>
+ </snapshotRepository>
+ <site>
+ <id>apache.website</id>
+
<url>scp://people.apache.org/www/maven.apache.org/ref/${project.version}/</url>
+ </site>
+ </distributionManagement>
<properties>
+ <distMgmtSnapshotsName>Apache Development Snapshot
Repository</distMgmtSnapshotsName>
+
<distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
<mavenVersion>2.0.10-RC9-SNAPSHOT</mavenVersion>
<wagonVersion>1.0-beta-2</wagonVersion>
</properties>
@@ -440,13 +460,6 @@
</dependencyManagement>
<!--end-->
- <distributionManagement>
- <site>
- <id>apache.website</id>
-
<url>scp://people.apache.org/www/maven.apache.org/ref/${project.version}/</url>
- </site>
- </distributionManagement>
-
<profiles>
<profile>
<id>quality-checks</id>