Class WagonTransporterFactory

java.lang.Object
org.eclipse.aether.transport.wagon.WagonTransporterFactory
All Implemented Interfaces:
TransporterFactory

@Named("wagon") public final class WagonTransporterFactory extends Object implements TransporterFactory
A transporter factory using Apache Maven Wagon. Note that this factory merely serves as an adapter to the Wagon API and by itself does not provide any transport services unless one or more wagon implementations are registered with the WagonProvider.