Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aether-users] Upgrade project to to latest Wagon, Aether provider and API

Thomas Sant'ana wrote:

I did some investigation with regards to the Wagon and there is a
dependency that should be injected and obviously is not there. Do you know
of any way to get around having to have the entire Plexus to get this
dependency injected? Works fine with 1.0

For completeness let's mention one solution is to simply not upgrade the wagon provider, you said yourself "Works fine with 1.0".

Other than that, the field in question wasn't accessible via a public setter IIRC, so if you want to continue with the manual wiring approach, you will have to manually construct that missing dependency/component as well and use reflection to get it into the wagon instance.


Benjamin


Back to the top