You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2010/03/27 00:20:02 UTC

svn commit: r928098 - /maven/archetype/trunk/pom.xml

Author: hboutemy
Date: Fri Mar 26 23:20:02 2010
New Revision: 928098

URL: http://svn.apache.org/viewvc?rev=928098&view=rev
Log:
publish site to http://maven.apache.org/archetype/ instead of http://maven.apache.org/maven-archetype/

Modified:
    maven/archetype/trunk/pom.xml

Modified: maven/archetype/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=928098&r1=928097&r2=928098&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Fri Mar 26 23:20:02 2010
@@ -59,6 +59,13 @@ under the License.
     <url>http://jira.codehaus.org/browse/ARCHETYPE</url>
   </issueManagement>
 
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/maven.apache.org/archetype/</url>
+    </site>
+  </distributionManagement>
+
   <properties>
     <mavenVersion>2.0.8</mavenVersion><!-- with 2.0.9 proxy test fails-->
     <netbeans.hint.useExternalMaven>true</netbeans.hint.useExternalMaven>