-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create a facility to limit the class scope of the plugin #5
Comments
You asked for some use cases, so here's mine. I only care about duplicates that our company's code creates. Relevant parts of dependency tree: Now I realize that I have no idea what version of that class is getting loaded each time, and that is a bad thing. But older (pre-maven/ivy/dependency-management) libraries often didn't care and copied classes around to ensure they were there for you. But for my use case, I just want to make sure that things aren't colliding. |
I finally got around to upgrading to the basepom version of this plugin in place of the older ning version. And this issue immediately cropped up again. I've updated my patch to the work with the most current version. Will submit a pull request. |
Limit the set of classes on which the plugin acts.
The text was updated successfully, but these errors were encountered: