|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PluginRelocator
A plugin relocator handles a plugin that has changed its groupId and/or artifactId between the Maven 1 version and the Maven 2 version. It changes the appropriate values in the v4 pom.
Field Summary | |
---|---|
static String |
ROLE
|
Method Summary | |
---|---|
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(Model v4Model)
Relocate a plugin from one groupId/artifactId to another. |
Field Detail |
---|
static final String ROLE
Method Detail |
---|
void relocate(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 messages
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |