The parent POM for the Apache Turbine and Fulcrum project

Clone this repo:
  1. 4efa2a7 Fix profile owasp and update dependency-check-maven with warning about how to use without NVI key by Georg Kallidis · 3 weeks ago master
  2. 70d87dd Update jpedend to v2.1 (although still with issue, cft. github.com/mojohaus/jdepend-maven-plugin/issues/43, update changes.xml by Georg Kallidis · 8 weeks ago
  3. ee94926 add explict attach-descriptor to site plugin to allow skin,custom and default banner, publishdate format and version position to be inherited by modules. by Georg Kallidis · 9 weeks ago
  4. f1b8694 Patch update maven-site to 4.0.0-M16, and spotbugs to 4.8.6.2 by Georg Kallidis · 10 weeks ago
  5. 256bb40 Fix and update README.md by gemkall · 3 months 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 2024?)

  • 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

  • This module as any Apache release has to use the [VOTE] release voting phase, in this case in the Turbine dev mailing list.

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

Since v13

  • Requires Java 17