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 *.* [EMAIL PROTECTED]:/www/struts.apache.org + * Using PuTTY, the command is: pscp -r *.* [EMAIL PROTECTED]:/www/struts.apache.org + * Using Cygwin, the command is: scp -r * [EMAIL PROTECTED]:/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/* [EMAIL PROTECTED]:/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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
