Author: wsmoak
Date: Sun Jan  6 09:29:30 2008
New Revision: 609352

URL: http://svn.apache.org/viewvc?rev=609352&view=rev
Log:
Configure staging url for the plugin website.

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

Modified: maven/release/trunk/maven-release-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/pom.xml?rev=609352&r1=609351&r2=609352&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/pom.xml (original)
+++ maven/release/trunk/maven-release-plugin/pom.xml Sun Jan  6 09:29:30 2008
@@ -86,6 +86,12 @@
           <target>1.4</target>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+        <configuration>
+          
<stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugins/${artifactId}-${version}</stagingSiteURL>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   <reporting>


Reply via email to