fix configuration params, update plugins: log4j2,jacoco,dependency-check (owasp),spotbugs,javadoc,pmd,project-info. Add maven enforcer and set minimum maven version to 3.3.9 (required for spotbug). Add checksum plugin to generate sha512for assembly artefacts excluding main artifact
3 files changed
tree: 1eaa13e733bb705b7da676a7a77ae22ec95dd2f8
  1. src/
  2. .gitignore
  3. LICENSE.txt
  4. NOTICE.txt
  5. pom.xml
  6. README.md
README.md

About Turbine Parent

This is the parent for Turbine-Core, Site and most of Fulcrum components and inherits Apache Parent POM.

USAGE

CAVEAT

  • Check turbine-parent-assembly module dependency, which overwrites Apache module (still needed in 2017)

  • Check versions with Maven Versions Plugin:

    • mvn versions:display-plugin-updates
    • mvn versions:display-property-updates

RELEASE

  • Normally, this module (and turbine-parent-assembly) could be released lazily (add [LAZY][VOTE] in release voting phase).

Notes

Since v.9

  • Java 8: include explicitely cobertura if needed: mvn clean site install -Papache-release,cobertura

Since v10

  • Profile owasp, which enables the by default disabled dependency check.