Re: Maven Artifact Transfer: Maven 3.0 support

2020-06-06 Thread Olivier Lamy
On Sat, 6 Jun 2020 at 23:08, Elliotte Rusty Harold wrote: > maven-dependency-plugin depends on maven-artifact-transfer, and that's > causing us some trouble, though perhaps that dependency can be removed > if we can upgrade the dependency plugin to a 3.1 minimum. > I guess we can as we discussed

Re: Maven Artifact Transfer: Maven 3.0 support

2020-06-06 Thread Elliotte Rusty Harold
maven-dependency-plugin depends on maven-artifact-transfer, and that's causing us some trouble, though perhaps that dependency can be removed if we can upgrade the dependency plugin to a 3.1 minimum. On Sat, Jun 6, 2020 at 8:36 AM Robert Scholte wrote: > > I think you already asked this question

Re: Maven Artifact Transfer: Maven 3.0 support

2020-06-06 Thread Robert Scholte
I think you already asked this question before, but the answer is no. The whole idea behind maven artifact transfer was to have a library that made it possible to support all Maven 3 releases. Especially when Maven 3.1.0 cam out, several plugins were broken because of the API change compared to

Maven Artifact Transfer: Maven 3.0 support

2020-06-06 Thread Elliotte Rusty Harold
Maven Artifact Transfer has extra dependencies and code related to org.sonatype.aether to support Maven 3.0. Is this something we want to support and release or should we rip this out before going to 1.0? (I don't think this is a blocker for the 0.13 beta release). -- Elliotte Rusty Harold elh.