Author: jvanzyl
Date: Thu Feb  5 05:37:24 2009
New Revision: 741014

URL: http://svn.apache.org/viewvc?rev=741014&view=rev
Log:
o adding my own dist management the maven.stage thing baked into the pom is not 
overridable

Modified:
    maven/components/tags/maven-3.0-alpha-2/pom.xml

Modified: maven/components/tags/maven-3.0-alpha-2/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/tags/maven-3.0-alpha-2/pom.xml?rev=741014&r1=741013&r2=741014&view=diff
==============================================================================
--- maven/components/tags/maven-3.0-alpha-2/pom.xml (original)
+++ maven/components/tags/maven-3.0-alpha-2/pom.xml Thu Feb  5 05:37:24 2009
@@ -59,6 +59,8 @@
     <mercuryMp3Version>1.0-alpha-1</mercuryMp3Version>
     <woodstoxVersion>3.2.6</woodstoxVersion>
     <modelloVersion>1.0-alpha-22</modelloVersion>
+    <distMgmtSnapshotsName>Apache Snapshot Repository</distMgmtSnapshotsName>
+    
<distMgmtSnapshotsUrl>https://repository.zones.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
   </properties>  
   <issueManagement>
     <system>jira</system>
@@ -564,4 +566,16 @@
       </build>
     </profile>
   </profiles>
+  <distributionManagement>
+    <repository>
+      <id>apache.repository</id>
+      <name>Apache Staging</name>
+      
<url>https://repository.zones.apache.org/service/local/staging/deploy/maven2/</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache.repository</id>
+      <name>${distMgmtSnapshotsName}</name>
+      <url>${distMgmtSnapshotsUrl}</url>
+    </snapshotRepository>
+  </distributionManagement>  
 </project>


Reply via email to