You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/11/28 15:53:58 UTC

svn commit: r1207253 - /maven/scm/trunk/pom.xml

Author: olamy
Date: Mon Nov 28 14:53:57 2011
New Revision: 1207253

URL: http://svn.apache.org/viewvc?rev=1207253&view=rev
Log:
move site url to a property too: more easy for testing in p.a.o user home

Modified:
    maven/scm/trunk/pom.xml

Modified: maven/scm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/pom.xml?rev=1207253&r1=1207252&r2=1207253&view=diff
==============================================================================
--- maven/scm/trunk/pom.xml (original)
+++ maven/scm/trunk/pom.xml Mon Nov 28 14:53:57 2011
@@ -35,9 +35,14 @@
 
   <name>Maven SCM</name>
   <description>Maven SCM provides a common API for doing SCM operations.</description>
-  <url>http://maven.apache.org/scm/</url>
+  <url>${siteUrl}</url>
   <inceptionYear>2003</inceptionYear>
 
+  <properties>
+    <siteDeployUrl>scp://people.apache.org/www/maven.apache.org/scm/</siteDeployUrl>
+    <siteUrl>http://maven.apache.org/scm/</siteUrl>
+  </properties>
+
   <mailingLists>
     <mailingList>
       <name>Maven Developer List</name>
@@ -126,9 +131,6 @@
     <url>https://builds.apache.org/hudson/job/maven-scm/</url>
   </ciManagement>
 
-  <properties>
-    <siteDeployUrl>scp://people.apache.org/www/maven.apache.org/scm/</siteDeployUrl>
-  </properties>
 
   <distributionManagement>
     <site>