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

Yes, this looks like exactly what I had in mind, thanks!

On 04/17/2012 06:02 PM, Benjamin Bentmann wrote:
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
_______________________________________________
aether-users mailing list
aether-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aether-users



Back to the top