org.apache.maven.artifact.manager
Class WagonComponentConfigurator
java.lang.Object
AbstractComponentConfigurator
org.apache.maven.artifact.manager.WagonComponentConfigurator
public class WagonComponentConfigurator
- extends AbstractComponentConfigurator
Custom configurator that removes the unnecessary addition of a new converter that caused a thread synchronization
issue. Once fixed in Plexus, this custom component can be removed.
Method Summary |
void |
configureComponent(java.lang.Object component,
PlexusConfiguration configuration,
ExpressionEvaluator expressionEvaluator,
ClassRealm containerRealm,
ConfigurationListener listener)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WagonComponentConfigurator
public WagonComponentConfigurator()
configureComponent
public void configureComponent(java.lang.Object component,
PlexusConfiguration configuration,
ExpressionEvaluator expressionEvaluator,
ClassRealm containerRealm,
ConfigurationListener listener)
throws ComponentConfigurationException
- Throws:
ComponentConfigurationException