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: Notes on editing, previewing and staging the website. ------------------------------------------------------------------------------ * Execute 'mvn site' from the top level of the project, for example: 'struts/current/action' === Preview === - * To preview the site locally: 'mvn site:run' (?? Might not work yet, or might require a snapshot of maven-site-plugin) + * To start Jetty and preview pages while you're editing: 'mvn site:run' and browse http://localhost:8080 + * To build the site locally: 'mvn site:stage -DstagingDirectory=/path/to/tempdir' * Or point your browser at target/site/index.html (but be aware that relative links to modules won't work) === Deploy ===