public interface PluginRelocator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROLE |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(ConverterListener listener)
Add a listener for all messages sended by the relocator.
|
void |
addListeners(java.util.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.
|
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(java.util.List listeners)
listeners - The listeners list that will receive messagesCopyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.