On 4/20/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:
...meaning leave the docs for the latest release exactly where they are, and publish the snapshot docs somewhere else entirely.
New plan. * Change nothing about the way 'mvn site-deploy' currently works-- it will publish to, for example, http://maven.apache.org/plugins/maven-site-plugin. This will be used for the docs for the latest release, and avoids breaking everyone's bookmarks. * Use the mvn site:stage-deploy to publish to /plugins/${artifactId}-${version} as desired-- for snapshots and for staging the docs prior to a release. This automatically archives the versioned docs in the right place. We can then choose whether to link to prior versions. The release process doesn't chanage-- publish the docs to the un-versioned "current" site, and edit /plugins/index.html. Comments? Thanks, -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
