repaint-io / maven-tiles

Injecting maven configurations by composition rather than inheritance
155 stars 32 forks source link

Execution ID (Un-)Prefixing does not work with both syntax options #106

Open u3r opened 4 years ago

u3r commented 4 years ago

While trying to override an execution (from a non-tiled parent) I discoverd that dependant on versions of the tiles-plugin only one of the syntax options work.

Version 2.12 (both for tile building and execution) only

<configuration tiles-keep-id="true" />

works.

Version 2.14 (both for tile building and execution) only

<configuration>
   <tiles-keep-id>true</tiles-keep-id>
</configuration> 

works.

Inclusion of the tile was within a profile.