update to apache parent v24, remove maven profile with site attach-descriptor (resolveds at least since maven v3.1), remove source plugin (already in apache pom), remove property turbine.site.version (identical to apache pom), update site adding github fork and fluid custom by default, disable owasp by default
3 files changed
tree: f6e3c71df786383c9dea5ba70cbf434e6051df85
  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)

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.