public class JavaCCPluginRelocator extends AbstractPluginRelocator
PluginRelocator
for the maven-javacc-plugin.ROLE
Constructor and Description |
---|
JavaCCPluginRelocator() |
Modifier and Type | Method and Description |
---|---|
String |
getNewArtifactId()
If there is no replacement for this plugin, you can have the plugin
removed from the v4 pom by returning
null from this method
and from getNewGroupId(). |
String |
getNewGroupId()
If there is no replacement for this plugin, you can have the plugin
removed from the v4 pom by returning
null from this method
and from getNewArtifactId(). |
String |
getOldArtifactId()
Note: Because we are working on the recently converted
Maven 2 model, this method must return the artifactId that is in the
model, after the model has been converted.
|
addListener, addListeners, getOldGroupId, relocate
public String getNewArtifactId()
AbstractPluginRelocator
null
from this method
and from getNewGroupId().getNewArtifactId
in class AbstractPluginRelocator
AbstractPluginRelocator.getNewArtifactId()
public String getNewGroupId()
AbstractPluginRelocator
null
from this method
and from getNewArtifactId().getNewGroupId
in class AbstractPluginRelocator
AbstractPluginRelocator.getNewGroupId()
public String getOldArtifactId()
AbstractPluginRelocator
getOldArtifactId
in class AbstractPluginRelocator
AbstractPluginRelocator.getOldArtifactId()
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.