public class JunitReportPluginRelocator extends AbstractPluginRelocator
PluginRelocator for the maven-junit-report-plugin.ROLE| Constructor and Description |
|---|
JunitReportPluginRelocator() |
| 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, relocatepublic String getNewArtifactId()
AbstractPluginRelocatornull from this method
and from getNewGroupId().getNewArtifactId in class AbstractPluginRelocatorAbstractPluginRelocator.getNewArtifactId()public String getNewGroupId()
AbstractPluginRelocatornull from this method
and from getNewArtifactId().getNewGroupId in class AbstractPluginRelocatorAbstractPluginRelocator.getNewGroupId()public String getOldArtifactId()
AbstractPluginRelocatorgetOldArtifactId in class AbstractPluginRelocatorAbstractPluginRelocator.getOldArtifactId()Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.