repaint-io / maven-tiles

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

Document plugin execution id rewriting #51

Open talios opened 8 years ago

talios commented 8 years ago

Update the README.adoc file with information on the fact that tiles rewrites plugin execution ids to give identification of the tile it was defined in, also add documentation for how disable the behaviour once #12 has been applied.

bvella commented 5 years ago

Plugin execution id rewriting is not being applied for tiles that define plugins in profiles. Added a fix for this and documentation in pull request #87