public interface PluginRelocator
Modifier and Type | Method and Description |
---|---|
void |
addListener(ConverterListener listener)
Add a listener for all messages sended by the relocator.
|
void |
addListeners(List listeners)
Add a listeners list for all messages sended by the relocator.
|
void |
relocate(org.apache.maven.model.Model v4Model)
Relocate a plugin from one groupId/artifactId to another.
|
static final String ROLE
void relocate(org.apache.maven.model.Model v4Model)
v4Model
- The model where we look for the pluginvoid addListener(ConverterListener listener)
listener
- The listener that will receive messagesvoid addListeners(List listeners)
listeners
- The listeners list that will receive messagesCopyright © 2002-2012 Apache Software Foundation. All Rights Reserved.