]> source.dussan.org Git - archiva.git/commitdiff
make snapshots deploy id/url configurable tru cli
authorOlivier Lamy <olamy@apache.org>
Thu, 8 Mar 2012 13:27:51 +0000 (13:27 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 8 Mar 2012 13:27:51 +0000 (13:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@1298386 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 0d46f7b6850c2ed5f434901f223a807a3717b003..0621b72e9d0128a955a766dff24080a2c49e2ff4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <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>
     </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 -->