Is there anyone that can figure out how to remove me from all wiki updated emails? I've logged in with my username and password and have nothing set to receive updates, yet I still received them all. Any help greatly appreciated.
On 8/7/06, Apache Wiki <[EMAIL PROTECTED]> wrote:
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 ------------------------------------------------------------------------------ === Edit === * Edit the src/site/site.xml and src/site/xdoc/*.xml files. - * Execute 'mvn site' from the top level of the project, for example: 'struts/current/action' + * Execute 'mvn site' from the top level of the project, for example: 'struts/current/struts1' === Preview === - * To start Jetty and preview pages while you're editing: 'mvn site:run' and browse http://localhost:8080 + * To start Jetty and preview pages while you're editing: + * Temporarily change the maven-site-plugin version to 2.0-beta-5 or 2.0-SNAPSHOT + * '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 === + * To deploy: mvn site:deploy + * Make sure you're using maven-site-plugin 2.0-beta-4 - * To deploy: mvn site:deploy (See the Suggested Settings section on StrutsMaintenanceMaven to avoid repeated password prompts) + * (See the Suggested Settings section on StrutsMaintenanceMaven to avoid repeated password prompts) Or
-- Rick