The parent POM for the Apache Turbine and Fulcrum project

Clone this repo:
  1. 47fff2f fix maven warning to use namespaced variable by Georg Kallidis · 5 weeks ago master
  2. 5a1e0fb [maven-release-plugin] prepare for next development iteration by Georg Kallidis · 5 weeks ago
  3. 51dcc60 [maven-release-plugin] prepare release turbine-parent-12-candidate by Georg Kallidis · 5 weeks ago turbine-parent-12
  4. 0d3ee11 Inactivate profile for java>=12 due to inconsistencies between modules by Georg Kallidis · 5 weeks ago
  5. aa8549b Update Apache parent to v.29, update cyclonedx to 2.7.8 by Georg Kallidis · 5 weeks ago

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
    • mvn versions:display-dependency-updates

Owasp

If process hangs up, check or remove all files in maven repo in folder org/owasp/dependency-check-data/ and run to check separately:

mvn org.owasp:dependency-check-maven:check 

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.

Since v11

  • Requires Java 11 minimal.

Since v12

  • Exclude jacoco if jvm > 18,
  • Add cyclonedx for apache-release