Master/Parent POM for Click Concepts

This Master/Parent POM is intended to provide functionality for common Plugins and Site documentation.

Plugins

Plugins and versions are all up-to-date and are listed in the Parent POM

Code Quality Plugins

  • PMD/CPD
  • Checkstyle
  • CodeNarc
  • FindBugs

NOTE: In order to use PMD or Checkstyle, the required XML files must be available to the plugin through the (maven-checkstyle-plugin.configLocation) and (maven-pmd-plugin.configLocation) properties

Site Documentation

Add something here about site documentation

Run

Generate your site documentation

mvn clean verify site

Then point your browser to /<site base>/target/site/index.html