Author: dennisl Date: Wed Jun 2 20:06:25 2010 New Revision: 950745 URL: http://svn.apache.org/viewvc?rev=950745&view=rev Log: Add stagingSiteURL.
Modified: maven/doxia/doxia-sitetools/trunk/pom.xml maven/doxia/doxia/trunk/pom.xml Modified: maven/doxia/doxia-sitetools/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=950745&r1=950744&r2=950745&view=diff ============================================================================== --- maven/doxia/doxia-sitetools/trunk/pom.xml (original) +++ maven/doxia/doxia-sitetools/trunk/pom.xml Wed Jun 2 20:06:25 2010 @@ -269,6 +269,12 @@ under the License. </tagletArtifacts> </configuration> </plugin> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <configuration> + <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/doxia/${project.artifactId}-${project.version}</stagingSiteURL> + </configuration> + </plugin> </plugins> </pluginManagement> <plugins> Modified: maven/doxia/doxia/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=950745&r1=950744&r2=950745&view=diff ============================================================================== --- maven/doxia/doxia/trunk/pom.xml (original) +++ maven/doxia/doxia/trunk/pom.xml Wed Jun 2 20:06:25 2010 @@ -317,6 +317,12 @@ under the License. </tagletArtifacts> </configuration> </plugin> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <configuration> + <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/doxia/${project.artifactId}-${project.version}</stagingSiteURL> + </configuration> + </plugin> </plugins> </pluginManagement> <plugins>