- All Implemented Interfaces:
- org.eclipse.aether.transport.wagon.WagonConfigurator
public class StaticWagonConfigurator
extends Object
implements org.eclipse.aether.transport.wagon.WagonConfigurator
Simple implementation of a WagonConfigurator which creates and supports
those providers we need. Maven resolver itself only provides PlexusWagonConfigurator
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