You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/08/29 21:58:24 UTC

svn commit: r1162967 - /maven/archetype/trunk/pom.xml

Author: hboutemy
Date: Mon Aug 29 19:58:24 2011
New Revision: 1162967

URL: http://svn.apache.org/viewvc?rev=1162967&view=rev
Log:
configured site staging URL

Modified:
    maven/archetype/trunk/pom.xml

Modified: maven/archetype/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=1162967&r1=1162966&r2=1162967&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Mon Aug 29 19:58:24 2011
@@ -248,6 +248,12 @@ under the License.
           <version>${mavenPluginPluginVersion}</version>
         </plugin>
         <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <configuration>
+            <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/archetype-${project.version}</stagingSiteURL>
+          </configuration>
+        </plugin>
+        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-war-plugin</artifactId>
           <version>2.1.1</version>