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 2012/07/30 17:54:23 UTC

svn commit: r1367131 - /maven/indexer/trunk/pom.xml

Author: olamy
Date: Mon Jul 30 15:54:23 2012
New Revision: 1367131

URL: http://svn.apache.org/viewvc?rev=1367131&view=rev
Log:
move site distribution configuration to properties

Modified:
    maven/indexer/trunk/pom.xml

Modified: maven/indexer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/pom.xml?rev=1367131&r1=1367130&r2=1367131&view=diff
==============================================================================
--- maven/indexer/trunk/pom.xml (original)
+++ maven/indexer/trunk/pom.xml Mon Jul 30 15:54:23 2012
@@ -37,6 +37,8 @@ under the License.
     of Maven repositories. The Indexes are produced and consumed by all major tools in the ecosystem.
   </description>
 
+  <url>${siteUrl}</url>
+
   <contributors>
     <contributor>
       <name>Eugene Kuleshov</name>
@@ -67,8 +69,17 @@ under the License.
   <properties>
     <sisu-inject-plexus.version>1.4.3</sisu-inject-plexus.version>
     <surefire.redirectTestOutputToFile>false</surefire.redirectTestOutputToFile>
+    <distributionSiteUrl>scp://people.apache.org/www/maven.apache.org/maven-indexer</distributionSiteUrl>
+    <siteUrl>http://maven.apache.org/maven-indexer/</siteUrl>
   </properties>
 
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>${distributionSiteUrl}</url>
+    </site>
+  </distributionManagement>
+
   <dependencyManagement>
     <dependencies>
       <dependency>