Open bjmi opened 3 months ago
I'm not convinced anybody would really benefit from it. I assume people will use the core project and maybe one of the AssertJ or Hamcrest libraries, but almost nobody is going to use more than two. I may of course be wrong.
I figured that there is a number of xmlunit artifacts, so it might be useful to provide a BOM (Bill Of Materials) that lists all versions of all artifacts in a central place.
Such a thing could then be consumed in a Maven multi project build through
and this could be referenced in individual module files like so:
Examples:
Creating and publishing such a BOM would help a lot. Thanks!