Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aether-users] aether-demo-snippets doesn't compile for 0.9.0M1

David Bernard wrote:

I would try to use aether-demo-snippets as a sample for own works, but it
doesn't compile with
  aetherVersion = 0.9.0.M1

Yes I know, the snippets intend to demonstrate usage of Maven repositories and hence require the maven-aether-provider component from the Apache Maven project. However, there is currently no released version of this component which is compatible with Eclipse Aether, cf. the New and Noteworthy document for the 0.9.0.M1 milestone.

Do you have a workaround else I'll switch to sonatype's version 1.13.1 to
continue.

For the time being, using Sonatype Aether is pretty much the only option. In case you haven't found it yet, the corresponding demo snippets live at
https://github.com/sonatype/sonatype-aether/tree/master/aether-demo


Benjamin


Back to the top