jcabi-aether icon indicating copy to clipboard operation
jcabi-aether copied to clipboard

Maven migration issue

Open vicmosin opened this issue 8 years ago • 5 comments

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,

vicmosin avatar Jan 08 '16 07:01 vicmosin

@yegor256 please dispatch this issue

dmarkov avatar Jan 11 '16 09:01 dmarkov

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

yegor256 avatar Jan 11 '16 10:01 yegor256

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.

vicmosin avatar Jan 15 '16 09:01 vicmosin

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?

ebourg avatar Jul 30 '19 08:07 ebourg

@ebourg nope, sorry

vicmosin avatar Jul 30 '19 09:07 vicmosin