You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/05/01 17:46:30 UTC

svn commit: r1098360 - /maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

Author: dennisl
Date: Sun May  1 15:46:30 2011
New Revision: 1098360

URL: http://svn.apache.org/viewvc?rev=1098360&view=rev
Log:
o Add correct stagingSiteURL

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml?rev=1098360&r1=1098359&r2=1098360&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Sun May  1 15:46:30 2011
@@ -207,6 +207,12 @@
   <build>
     <plugins>
       <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+        <configuration>
+          <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugins/${project.artifactId}-${project.version}</stagingSiteURL>
+        </configuration>
+      </plugin>
+      <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
         <executions>