pmd/pmd-core
Andreas Dangel 6b0ddaeb51 #1254 CPD run that worked in 5.1.2 fails in 5.1.3 with OOM
Removed default heapsize of 512m
reenabled multiple line strings in javascript
2014-11-15 21:44:37 +01:00
..

How to build PMD ?
==================

Simply use maven: $ mvn compile

PMD now uses a small plugin to generate its website, so if you want to build the
website ($ mvn site), you'll need to install it:

$ cd ../maven-plugin-pmd-build
$ mvn clean install

That's all !

How to quickly build a "release" (zipfiles - for testing purpose only) ?
------------------------------------------------------------------------

$ mvn -Dmaven.test.skip=true -Dmaven.clover.skip=true verify post-site

Full release process is documented in src/site/xdocs/pmd-release-process.xml