ReadMe: disable clover, build quick release

This commit is contained in:
Romain PELISSE
2012-12-21 16:18:36 +01:00
parent fe63763e4c
commit 64ebd6e259

View File

@ -10,3 +10,10 @@ $ cd ../maven-plugin-pmd-build
$ mvn clean install
That's all !
How to quickly build a "release" (zipfiles - for testing purpose only) ?
------------------------------------------------------------------------
$ mvn -Dmaven.skip.test=true -Dmaven.clover.skip=true verify post-site
Full release process is documented in src/site/xdocs/pmd-release-process.xml