You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/07/31 13:40:17 UTC

svn commit: r681341 - /maven/artifact/trunk/pom.xml

Author: vsiveton
Date: Thu Jul 31 04:40:16 2008
New Revision: 681341

URL: http://svn.apache.org/viewvc?rev=681341&view=rev
Log:
o be sure to deploy site in maven.apache.org/artifact and not in ref

Modified:
    maven/artifact/trunk/pom.xml

Modified: maven/artifact/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/artifact/trunk/pom.xml?rev=681341&r1=681340&r2=681341&view=diff
==============================================================================
--- maven/artifact/trunk/pom.xml (original)
+++ maven/artifact/trunk/pom.xml Thu Jul 31 04:40:16 2008
@@ -50,7 +50,8 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>scp://people.apache.org/www/maven.apache.org/ref/${project.artifactId}-${project.version}/</url>
+      <!-- TODO similar to the svn layout but does make sense to use ${project.artifactId}-${project.version}? -->
+      <url>scp://people.apache.org/www/maven.apache.org/artifact/${project.artifactId}-${project.version}/</url>
     </site>
   </distributionManagement>
   <contributors>