repaint-io / maven-tiles

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

Using a smell results in generic error #112

Closed debrutal closed 8 months ago

debrutal commented 4 years ago

I accidently used a smelly tag within a tile <repositories>. When i scanned the documentation i realized that it is acutally a smell and i would have expected to see something that tells me not to use it or a link to the smell part.

Example project: https://github.com/debrutal/maven-tiles-examples/tree/smell-error-message-example All other tiles work as expected except for repositories, since it is a smell.

mvn clean install does fail with error message: Unable to validate tile /home/dwinter/alphabrik/testfield/tiles-example/repositories-tile/tile.xml!

debrutal commented 8 months ago

Example has been deleted. I therfor close this issue