You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by ie...@apache.org on 2009/05/07 12:33:28 UTC

svn commit: r772592 - /incubator/shindig/branches/1.0.x-incubating/pom.xml

Author: ieb
Date: Thu May  7 10:33:28 2009
New Revision: 772592

URL: http://svn.apache.org/viewvc?rev=772592&view=rev
Log:
Added stagingSiteURL to the reporting profile so that mvn site:stage-deploy -Preporting can be used to deploy a site for a relese, tested locally Ok

Modified:
    incubator/shindig/branches/1.0.x-incubating/pom.xml

Modified: incubator/shindig/branches/1.0.x-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/pom.xml?rev=772592&r1=772591&r2=772592&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/pom.xml Thu May  7 10:33:28 2009
@@ -484,6 +484,13 @@
               </execution>
             </executions>
           </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-site-plugin</artifactId>
+            <configuration>
+              <stagingSiteURL>scp://people.apache.org/www/incubator.apache.org/shindig/shindig-1.0.x/${pom.version}</stagingSiteURL>
+            </configuration>
+          </plugin>
         </plugins>
       </build>
       <reporting>