public class LicenseRelocator extends AbstractPluginRelocator
PluginRelocator for the maven-license-plugin.ROLE| Constructor and Description |
|---|
LicenseRelocator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.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(). |
java.lang.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(). |
java.lang.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, relocatepublic java.lang.String getNewArtifactId()
AbstractPluginRelocatornull from this method
and from getNewGroupId().getNewArtifactId in class AbstractPluginRelocatorAbstractPluginRelocator.getNewArtifactId()public java.lang.String getNewGroupId()
AbstractPluginRelocatornull from this method
and from getNewArtifactId().getNewGroupId in class AbstractPluginRelocatorAbstractPluginRelocator.getNewGroupId()public java.lang.String getOldArtifactId()
AbstractPluginRelocatorgetOldArtifactId in class AbstractPluginRelocatorAbstractPluginRelocator.getOldArtifactId()Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.