You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have just started to integrate tiles in our projects but we have found some issues when we trying split plugin configuration into diffrent tiles.
As stated in the README.md if there are overlapping configuration options only the closes tile gets picked and the other gets ignored.
It would be nice if we could configure the behaviour of Maven Tiles to merge these overlapping plugin configuration options instead of ignoring them.
In #101 a simular behaivour is achived but only for execution configurations. Though it is a little combersome to use, a single configuration option <merge-plugin-configuration>true</merge-plugin-configuration> in the consuming tile/applicaiton would be Ideal.
We have just started to integrate tiles in our projects but we have found some issues when we trying split plugin configuration into diffrent tiles.
As stated in the README.md if there are overlapping configuration options only the closes tile gets picked and the other gets ignored.
It would be nice if we could configure the behaviour of Maven Tiles to merge these overlapping plugin configuration options instead of ignoring them.
In #101 a simular behaivour is achived but only for execution configurations. Though it is a little combersome to use, a single configuration option
<merge-plugin-configuration>true</merge-plugin-configuration>
in the consuming tile/applicaiton would be Ideal.Here is an examle:
Tile 1 (tile.xml)
Tile 2 (tile.xml)
Application (pom.xml)
Effective pom (Current behaviour)
Effective pom (Wanted behaviour)
The text was updated successfully, but these errors were encountered: