Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aether-users] Using a projects generated Jar as part of the resolution

Is it possible to include a project's generated Jar on a local file
system as part of the Aether resolution? The project jar would have to
have precedence over the local and remote repositories.

What you describe sounds similar to Maven's reactor resolution which is implemented via a WorkspaceReader [0] set on the RepositorySystemSession.


Benjamin


[0] http://download.eclipse.org/aether/aether-core/0.9.0-SNAPSHOT/apidocs/org/eclipse/aether/repository/WorkspaceReader.html


Back to the top