You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@portals.apache.org by wo...@apache.org on 2011/09/23 22:26:05 UTC

svn commit: r1175002 - /portals/site/README.txt

Author: woonsan
Date: Fri Sep 23 20:26:05 2011
New Revision: 1175002

URL: http://svn.apache.org/viewvc?rev=1175002&view=rev
Log:
instruction with maven 2 in README

Modified:
    portals/site/README.txt

Modified: portals/site/README.txt
URL: http://svn.apache.org/viewvc/portals/site/README.txt?rev=1175002&r1=1175001&r2=1175002&view=diff
==============================================================================
--- portals/site/README.txt (original)
+++ portals/site/README.txt Fri Sep 23 20:26:05 2011
@@ -25,20 +25,15 @@ http://maven.apache.org/
 Once you have the site checked out locally, cd into your
 portals-site directory and execute:
 
-maven site
+$ mvn site
 
-This will build the documentation into the target/docs/ directory. The output
+This will build the documentation into the target/site/ directory. The output
 will show you which files got re-generated.
 
 If you would like to make modifications to the web site documents,
-you simply need to edit the files in the xdocs/ directory.
+you simply need to edit the files in the src/site/xdoc/ directory.
 
 Once you have built your documentation and confirmed that your changes are
-ok, you can check your .xml files back into CVS.
-
-To deploy the site execute:
-
-maven site:deploy
-
-To do this you need an account on the portals.apache.org machine!!
+ok, you can check your .xml files back into SVN.
 
+To deploy the site, copy the generated site to @people.apache.org:/www/portals.apache.org/