You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wagon-commits@maven.apache.org by de...@apache.org on 2010/11/13 17:06:37 UTC

svn commit: r1034789 - /maven/wagon/trunk/pom.xml

Author: dennisl
Date: Sat Nov 13 16:06:37 2010
New Revision: 1034789

URL: http://svn.apache.org/viewvc?rev=1034789&view=rev
Log:
o Add a stagingSiteURL for the Site Plugin, so that you can stage the site before a release vote without any manual configuration.

Modified:
    maven/wagon/trunk/pom.xml

Modified: maven/wagon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/pom.xml?rev=1034789&r1=1034788&r2=1034789&view=diff
==============================================================================
--- maven/wagon/trunk/pom.xml (original)
+++ maven/wagon/trunk/pom.xml Sat Nov 13 16:06:37 2010
@@ -248,6 +248,12 @@ under the License.
           </configuration>
         </plugin>
         <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <configuration>
+            <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/wagon-${project.version}</stagingSiteURL>
+          </configuration>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-maven-plugin</artifactId>
           <!-- the one in maven-parent-10 and after is no longer backward compatible-->



---------------------------------------------------------------------
To unsubscribe, e-mail: wagon-commits-unsubscribe@maven.apache.org
For additional commands, e-mail: wagon-commits-help@maven.apache.org