Skip to content
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

Maven migration issue #71

Open
vicmosin opened this issue Jan 8, 2016 · 5 comments
Open

Maven migration issue #71

vicmosin opened this issue Jan 8, 2016 · 5 comments

Comments

@vicmosin
Copy link

vicmosin commented Jan 8, 2016

Due to https://issues.apache.org/jira/browse/MNG-5354 all the maven plugins should use org.eclipse.aether instead of org.sonatype.aether starting from 3.1.1. Your resolve method still receives the "old" Artifact argument (from sonatype). I'd say it's better to move to eclipse one or, if you want to support all maven versions, to some independent object,

@dmarkov
Copy link

dmarkov commented Jan 11, 2016

@yegor256 please dispatch this issue

@yegor256
Copy link
Member

@vicmosin good point... would you be willing to submit a pull request?

@vicmosin
Copy link
Author

Actually I prepared almost everything it's at https://github.com/vicmosin/jcabi-aether, but the problem is that your requirement @Immutable fails in one case because of the inconsistency between sonatype and eclipse implementations.

@ebourg
Copy link

ebourg commented Jul 30, 2019

Any plan to port jcabi to the new org.eclipse.aether API (now Maven Resolver) ?

@vicmosin : do you still have a copy of your port?

@vicmosin
Copy link
Author

@ebourg nope, sorry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants