Class PlexusWagonConfigurator

    • Constructor Detail

      • PlexusWagonConfigurator

        @Inject
        public PlexusWagonConfigurator​(org.codehaus.plexus.PlexusContainer container)
        Creates a wagon configurator using the specified Plexus container.
        Parameters:
        container - The Plexus container instance to use, must not be null.
    • Method Detail

      • configure

        public void configure​(org.apache.maven.wagon.Wagon wagon,
                              Object configuration)
                       throws Exception
        Description copied from interface: WagonConfigurator
        Configures the specified wagon instance with the given configuration.
        Specified by:
        configure in interface WagonConfigurator
        Parameters:
        wagon - The wagon instance to configure, must not be null.
        configuration - The configuration to apply to the wagon instance, must not be null.
        Throws:
        Exception - If the configuration could not be applied to the wagon.