Author: wsmoak
Date: Sun Apr 22 11:36:24 2007
New Revision: 531251

URL: http://svn.apache.org/viewvc?view=rev&rev=531251
Log:
Configure the site plugin to stage plugin sites under 
/plugins/${artifactId}-${version}.
Use 'mvn site:stage-deploy' to publish docs for snapshots or to stage docs for 
a release.

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?view=diff&rev=531251&r1=531250&r2=531251
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Sun Apr 22 11:36:24 2007
@@ -124,6 +124,12 @@
             
<tagBase>https://svn.apache.org/repos/asf/maven/plugins/tags</tagBase>
           </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>
     </pluginManagement>
   </build>


Reply via email to