mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-20 03:49:58 +08:00
Previously, a nested structure of a Maven Plugin configuration can be only configured for a single parameter. This commit adds a dedicated method to add a new entry with a nested structure every time it is called. This effectively allows to configure nested "list" structure such as listing dependency exclusions. Closes gh-1165