Noteworthy

  • This version upgrades most Maven plugins, especially to support build/plugin executions on latest Java runtime (12 as of writing).

    • see  BUILD-340 - Getting issue details... STATUS
  • We introduce the addons parent POM, deploying snapshots and releases to the dedicated respective Nexus repos.

<parent>
  <groupId>info.magnolia.maven.poms-addons</groupId>
  <artifactId>magnolia-parent-pom-addons</artifactId>
  <version>37</version>
</parent>
  • Enterprise users will have to update their Maven settings, in order to include add-on module dependencies into their projects.
  • POMs 37 also finally fix an issue with POMs 36, which no longer aggregated javadocs in the maven sites, for multi-module projects.
    • see  BUILD-321 - Getting issue details... STATUS

Upgrading

Upgrading should be straightforward. For Magnolia staff, we will roll the upgrade to supported branches automagically.

Complete changelog

See https://jira.magnolia-cms.com/secure/ReleaseNote.jspa?projectId=10330&version=21432



  • No labels