--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Mon Dec 11 17:47:14 2006
@@ -66,7 +66,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
- <url>scp://people.apache.org/www/maven.apache.org/plugins/</ url> + <url>scp://people.apache.org/www/maven.apache.org/plugins/$ {pom.artifactId}/${version}</url>
     </site>
   </distributionManagement>
   <modules>

The way we deploy plugin sites today does not include the version number in the path. If this is going to change I'd like to see a vote about it on the dev list first. The url should be:

<url>scp://people.apache.org/www/maven.apache.org/plugins/$ {pom.artifactId}/</url>

Actually, it should be what it originally was. Neither of these will work due to the automatic appending of the artifact ID.

Joakim - please roll back.

- Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to