- All Implemented Interfaces:
- org.eclipse.aether.transport.wagon.WagonProvider
public class StaticWagonProvider
extends Object
implements org.eclipse.aether.transport.wagon.WagonProvider
Simple implementation of a WagonProvider which creates and supports
those providers we need. Maven resolver itself only provides PlexusWagonProvider
which is more involved with actual maven pom configuration and would not
suit our needs as things get a bit crazy with it due to its use of Guice.
- Author:
- Janne Valkealahti