STAMP-project/pitmp-maven-plugin

Check Class Path conflicts

Cael35 opened this issue · 0 comments

Adding paths into the class path of all depending modules is done without checking if 2 versions of the same component (jar file) are used.
It would be useful to detect this kind of conflict: should it be an error or a warning ? Is there use cases which need to use 2 versions of the same component ?
A property can be used to let the user choose to throw an error or not ?