Author: olamy
Date: Wed Aug 22 22:05:03 2012
New Revision: 1376279
URL: http://svn.apache.org/viewvc?rev=1376279&view=rev
Log:
note on deploying website using scmpub
Modified:
directmemory/trunk/README
Modified: directmemory/trunk/README
URL:
http://svn.apache.org/viewvc/directmemory/trunk/README?rev=1376279&r1=1376278&r2=1376279&view=diff
==============================================================================
--- directmemory/trunk/README (original)
+++ directmemory/trunk/README Wed Aug 22 22:05:03 2012
@@ -11,3 +11,12 @@ You need Apache Maven to build the proje
local Maven repository.
NOTE: the buildnumber maven plugin which add a maven property with the current
svn revision has been configured to work with svn 1.7
+
+----------------
+Site deployment
+----------------
+Run:
+* mvn site-deploy
+* mvn scm-publish:publish-scm -Dscmpublish.dryRun=false -N -e
-Dscmpublish.skipCheckin=false -DscmSkipDeletedFiles=true
+
+NOTE: site is deployed using the property siteFilePath default value
${user.home}/directmemory-site-deploy, svnpub content is chechout in property
scmPubCheckoutDirectory default value ${user.home}/directmemory-site-content