-
Notifications
You must be signed in to change notification settings - Fork 1
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
Duplicate classes on classpath #2
Comments
Please exclude |
As I see If you interested I can do it. |
Yes, let's try to see how it will look like. |
last PR fix it |
I use in my maven project this library in version 1.1.0
Last time I have discovered that on my plugin classpath I see duplicate some classes eg.
org.codehaus.plexus.DefaultPlexusContainer
This class is in two artifacts:
org.codehaus.plexus:plexus-container-default:1.0-alpha-9-stable-1
- required by plexus-resourcesorg.eclipse.sisu:org.eclipse.sisu.plexus:0.3.3
- required by maven-core and maven-plugin-apiI don't see any problems during plugins works, maybe something is doing by maven-core with plugin classpath.
The text was updated successfully, but these errors were encountered: