You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by de...@apache.org on 2010/06/02 22:06:25 UTC

svn commit: r950745 - in /maven/doxia: doxia-sitetools/trunk/pom.xml doxia/trunk/pom.xml

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>