repaint-io / maven-tiles

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

Optionally supress title plugin's execution id rewriting (Fixes #12) #48

Closed erwint closed 8 years ago

erwint commented 8 years ago

In cases where you must use a specific execution id (like when modifying the exection 'default-compile' of the maven-compile-plugin), you can suppress the ID modification with a

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

on the plugin execution.