repaint-io / maven-tiles

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

Plugin Execution & Property Ordering Tests #119

Closed bmlong137 closed 3 years ago

bmlong137 commented 3 years ago

This test does two things: see who wins property declarations and check the order of plugin executions. It does this across 3 child tiles and 1 grandchild tile (of the middle child).

tileB, tileC, and tileD are the children. tileA is a child of tileC. projectA is the one using these tiles.

The verify.bsh has the current case enabled. It has what I think it should be commented out.

bmlong137 commented 3 years ago

closing in deference to pull request that includes this and the fix