Release Notes / Version 11.2110
Table Of Contents
A new parent POM
cms-blueprint-parent
has been introduced and is used as (transitive) parent for every Blueprint module. It contains basic plugin management, especially for the install- and deploy-plugin for which it is important that all modules use the same versions.
If you need a custom parent in your Blueprint, you can simply search and replace our parent element.
You could use the
cms-blueprint-parent
as parent of your custom parent, or integrate the pluginManagement as necessary.
(CMS-18934)