You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2013/02/27 15:22:34 UTC

svn commit: r1450783 - /karaf/site/trunk/src/main/webapp/index/community/faq/how-do-i-edit-the-website.page

Author: jbonofre
Date: Wed Feb 27 14:22:34 2013
New Revision: 1450783

URL: http://svn.apache.org/r1450783
Log:
Update the website update procedure with the scm-publish goal

Modified:
    karaf/site/trunk/src/main/webapp/index/community/faq/how-do-i-edit-the-website.page

Modified: karaf/site/trunk/src/main/webapp/index/community/faq/how-do-i-edit-the-website.page
URL: http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/community/faq/how-do-i-edit-the-website.page?rev=1450783&r1=1450782&r2=1450783&view=diff
==============================================================================
--- karaf/site/trunk/src/main/webapp/index/community/faq/how-do-i-edit-the-website.page (original)
+++ karaf/site/trunk/src/main/webapp/index/community/faq/how-do-i-edit-the-website.page Wed Feb 27 14:22:34 2013
@@ -39,7 +39,7 @@ If you are a committer, just commit your
 
 To deploy your modifications, you need to run the following command:
 {code}
-mvn scalate:deploy
+mvn clean install scm-publish:publish-scm
 {code}