11. Deploy the current website
Note: Be sure to generate and deploy the site using the same version
of the release. Typically, you need to check out the tag (or go to
target/checkout)
cd target\checkout
mvn site-deploy -Preporting
7. Stage the latest documentation
The plugin parent POM is configured to stage the documentation in a
"versioned" directory such as /plugins/maven-XXX-plugin-Y.Z.
1. Stage the documentation for the current release version (not the
new snapshot).
cd target/checkout
mvn site:stage-deploy -Preporting
But isn't the output of these the same content?
So instead of re-running this couldn't I just copy the already
deployed version in /www/maven.apache.org/plugins/maven-XXX-plugin-Y.Z
to /www/maven.apache.org/plugins/maven-XXX-plugin ?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]