Author: olamy
Date: Mon Apr  1 07:14:20 2013
New Revision: 1463098

URL: http://svn.apache.org/r1463098
Log:
simplify site deployment

Modified:
    incubator/onami/trunk/autobind/deploySite.sh
    incubator/onami/trunk/autobind/pom.xml

Modified: incubator/onami/trunk/autobind/deploySite.sh
URL: 
http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/deploySite.sh?rev=1463098&r1=1463097&r2=1463098&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/deploySite.sh (original)
+++ incubator/onami/trunk/autobind/deploySite.sh Mon Apr  1 07:14:20 2013
@@ -19,4 +19,5 @@
 # under the License.
 #
 
-mvn clean site-deploy scm-publish:publish-scm $@
+mvn clean site site:stage
+mvn scm-publish:publish-scm $@

Modified: incubator/onami/trunk/autobind/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/pom.xml?rev=1463098&r1=1463097&r2=1463098&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/pom.xml (original)
+++ incubator/onami/trunk/autobind/pom.xml Mon Apr  1 07:14:20 2013
@@ -112,7 +112,7 @@
             
<checkoutDirectory>${onami.autobind.scmPubCheckoutDirectory}</checkoutDirectory>
             
<pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/incubator/onami/site/autobind</pubScmUrl>
             <checkinComment>Onami Autobind site deployment</checkinComment>
-            <content>${onami.autobind.siteFilePath}</content>
+            <content>${project.build.directory}/staging</content>
             <tryUpdate>true</tryUpdate>
           </configuration>
         </plugin>


Reply via email to