-
Notifications
You must be signed in to change notification settings - Fork 21
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
No implementation for org.eclipse.aether.impl.VersionResolver was bound #15
Comments
Bummer. Sorry for the trouble you're having with it. Not sure what the issue is right off the top of my head. I'll try to find some free cycles to look at it, or hopefully someone else can pick this up too. |
I had this error when I ran the plugin using maven 3.0.5. After upgrading to the current version (3.3.9) everything works fine. |
Thanks for this as well. Do I have that documented in the readme (that it apparently doesn't support the 3.0.x generation of Maven)? If not, that would be an awesome contribution. |
I had this error too while my maven is 3.3.9. Have you fix this error? |
@henrykin I guess one of your plugins in the pom could still reference an old version of some maven dependencies. Make sure you define for every plugin dependency the latest version explicitly. |
The licence-check-plugin crashed when I added it to my pom and tried to run
mvn clean verify
. Here's an excerpt of the build log:The text was updated successfully, but these errors were encountered: