diff --git a/src/site/xdoc/customizing/pmd-release-process.xml b/src/site/xdoc/customizing/pmd-release-process.xml index cbb7ae639e..b7514304a2 100644 --- a/src/site/xdoc/customizing/pmd-release-process.xml +++ b/src/site/xdoc/customizing/pmd-release-process.xml @@ -51,7 +51,7 @@ cd ..; cd ../..

Check in all (version) changes to branch master:

-$ git commit -a -m "pmd: Prepare pmd release <version>" +$ git commit -a -m "Prepare pmd release <version>" @@ -146,21 +146,11 @@ eventually available through

Build it again - you can reuse the cleanly checked out local repository from maven-release-plugin.

-

In order to be able to upload the site to sourceforge, -you need to have a interactive shell opened before.

-

-Upload command below will create and upload maven site. -Login info for 'pmd-site' must be defined in ~/.m2/settings.xml -(see the file available in -maven-plugin-pmd-build/config/m2.settings.xml):

+

Upload command below will first create the maven site and then upload it:

-$ ssh your_sf_login,pmd@shell.sourceforge.net create -... $ cd target/checkout/ -$ mvn clean install site-deploy site:stage -Psf-release # it's import to execute install, so that all pmd-*.jars are created and included in the zip packages -... -$ ssh your_sf_login@shell.sourceforge.net "shutdown" +$ mvn clean install site site:stage # it's import to execute install, so that all pmd-*.jars are created and included in the zip packages