You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/09/04 13:57:27 UTC

svn commit: r691984 - /geronimo/genesis/trunk/pom.xml

Author: jdillon
Date: Thu Sep  4 04:57:27 2008
New Revision: 691984

URL: http://svn.apache.org/viewvc?rev=691984&view=rev
Log:
Add some site stage muck

Modified:
    geronimo/genesis/trunk/pom.xml

Modified: geronimo/genesis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/pom.xml?rev=691984&r1=691983&r2=691984&view=diff
==============================================================================
--- geronimo/genesis/trunk/pom.xml (original)
+++ geronimo/genesis/trunk/pom.xml Thu Sep  4 04:57:27 2008
@@ -555,6 +555,14 @@
                             <altDeploymentRepository>stage-deploy::default::${release.stageDeployUrl}</altDeploymentRepository>
                         </configuration>
                     </plugin>
+                    
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-site-plugin</artifactId>
+                        <configuration>
+                            <stagingSiteURL>${release.siteStageDeployUrl}</stagingSiteURL>
+                        </configuration>
+                    </plugin>
                 </plugins>
             </build>
         </profile>