You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Apache Wiki <wi...@apache.org> on 2005/10/30 19:57:40 UTC

[Struts Wiki] Update of "StrutsMaintenanceWebsite" by WendySmoak

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.

The following page has been changed by WendySmoak:
http://wiki.apache.org/struts/StrutsMaintenanceWebsite

The comment on the change is:
More info on publishing the site

------------------------------------------------------------------------------
   * Edit the xdocs/*.xml files. 
   * Run 'maven multiproject:site' from the 'site' subproject (NOT from 'build')
   * From the command line, change to the site/target/docs directory 
+  * scp the website files to people.apache.org. 
-  * scp the website files to people.apache.org. Using PuTTY, the command is: pscp -r *.* youraccount@people.apache.org:/www/struts.apache.org
+   * Using PuTTY, the command is: pscp -r *.* youraccount@people.apache.org:/www/struts.apache.org
+   * Using Cygwin, the command is: scp -r * youraccount@people.apache.org:/www/struts.apache.org
   * After an hour, the copy on people will propogate to the main website. (So test your local copy first!) 
+ 
+  * You can update the site for a single sub-project by using the correct destination path.  For example:
+   {{{
+ /svn/struts/current/tiles
+ $ maven clean site
+ ...
+ $ scp -r target/docs/* youraccount@people.apache.org:/www/struts.apache.org/struts-tiles
+   }}}
+ 
+ 
+ (See also:  'maven site:deploy' on http://maven.apache.org/maven-1.x/reference/plugins/site/)
  
  Note: 
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org