If you make a change to a plugin that affects the documentation (new parameter, etc.,) you can publish the updated website along with the snapshot jar with:
mvn deploy site:stage-deploy (Check that you're using a recent version of the maven-plugins parent which has the site plugin configuration for the alternate staging url.) The docs will be published to: http://maven.apache.org/plugins/maven-abc-plugin-X.Y-SNAPSHOT/ (I've also updated the release procedure to ask that 'mvn site:stage-deploy' be done from the tag after a release, so that the versioned docs for each release are available.) Thanks, -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
