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/06 17:42:45 UTC

svn commit: r1358276 - /maven/resources/trunk/pom.xml

Author: olamy
Date: Fri Jul  6 15:42:44 2012
New Revision: 1358276

URL: http://svn.apache.org/viewvc?rev=1358276&view=rev
Log:
add distributionManagement/site

Modified:
    maven/resources/trunk/pom.xml

Modified: maven/resources/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/pom.xml?rev=1358276&r1=1358275&r2=1358276&view=diff
==============================================================================
--- maven/resources/trunk/pom.xml (original)
+++ maven/resources/trunk/pom.xml Fri Jul  6 15:42:44 2012
@@ -30,6 +30,7 @@
   <artifactId>apache-resource-bundles-aggregator</artifactId>
   <version>1-SNAPSHOT</version>
   <packaging>pom</packaging>
+  <url>http://maven.apache.org/apache-resource-bundles</url>
 
   <name>Apache Maven Resource Bundles</name>
   <inceptionYear>2012</inceptionYear>
@@ -52,6 +53,13 @@
     <module>resources-bundles-sample</module>
   </modules>
 
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/maven.apache.org/apache-resource-bundles</url>
+    </site>
+  </distributionManagement>
+
   <build>
     <plugins>
       <plugin>