Author: olamy
Date: Thu Mar  8 13:27:51 2012
New Revision: 1298386

URL: http://svn.apache.org/viewvc?rev=1298386&view=rev
Log:
make snapshots deploy id/url configurable tru cli

Modified:
    archiva/parent/pom.xml

Modified: archiva/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/parent/pom.xml?rev=1298386&r1=1298385&r2=1298386&view=diff
==============================================================================
--- archiva/parent/pom.xml (original)
+++ archiva/parent/pom.xml Thu Mar  8 13:27:51 2012
@@ -50,13 +50,36 @@
       
<url>http://vmbuild.apache.org/archiva/repository/archiva-releases-stage</url>
     </repository>
     <snapshotRepository>
-      <id>vmbuild.snapshots</id>
+      <id>${snapshotsDeployId}</id>
       <name>Apache Development Snapshot Repository</name>
-      <url>http://vmbuild.apache.org/archiva/repository/snapshots</url>
+      <url>${snapshotsDeployUrl}</url>
     </snapshotRepository>
   </distributionManagement>
 
-  <!-- Developers listed by PMC Chair, PMC, Committers, Contributers, all 
alphabetical-->
+
+  <scm>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/archiva/parent</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/parent</developerConnection>
+    <url>http://svn.apache.org/viewvc/archiva/parent/</url>
+  </scm>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.codehaus.org/browse/MRM</url>
+  </issueManagement>
+
+  <ciManagement>
+    <system>continuum</system>
+    <url>http://vmbuild.apache.org/continuum</url>
+  </ciManagement>
+
+  <properties>
+    
<siteBaseDeployment>scp://people.apache.org/www/archiva.apache.org</siteBaseDeployment>
+    
<snapshotsDeployUrl>http://vmbuild.apache.org/archiva/repository/snapshots</snapshotsDeployUrl>
+    <snapshotsDeployId>vmbuild.snapshots</snapshotsDeployId>
+  </properties>
+
+  <!-- Developers listed by PMC Chair, PMC, Committers, Contributors, Emeritus 
all alphabetical-->
   <developers>
     <developer>
       <id>oching</id>
@@ -448,28 +471,6 @@
     </mailingList>
   </mailingLists>
 
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/archiva/parent</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/parent</developerConnection>
-    <url>http://svn.apache.org/viewvc/archiva/parent/</url>
-  </scm>
-
-  <issueManagement>
-    <system>jira</system>
-    <url>http://jira.codehaus.org/browse/MRM</url>
-  </issueManagement>
-
-  <ciManagement>
-    <system>continuum</system>
-    <url>http://vmbuild.apache.org/continuum</url>
-  </ciManagement>
-
-  <properties>
-    
<siteBaseDeployment>scp://people.apache.org/www/archiva.apache.org</siteBaseDeployment>
-  </properties>
-
-
-
   <build>
     <plugins>
       <!-- We want to package up license resources in the JARs produced -->


Reply via email to