org.apache.maven.model.converter.relocators
Class AbstractSourceForgePluginRelocator

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.apache.maven.model.converter.relocators.AbstractPluginRelocator
          extended by org.apache.maven.model.converter.relocators.AbstractSourceForgePluginRelocator
All Implemented Interfaces:
PluginRelocator, org.codehaus.plexus.logging.LogEnabled
Direct Known Subclasses:
CoberturaPluginRelocator, FindbugsPluginRelocator, JavaNCSSPluginRelocator

public abstract class AbstractSourceForgePluginRelocator
extends AbstractPluginRelocator

A parent PluginRelocator for SourceForge plugins.

Version:
$Id: AbstractSourceForgePluginRelocator.java 661727 2008-05-30 14:21:49Z bentmann $
Author:
Dennis Lundberg

Field Summary
 
Fields inherited from interface org.apache.maven.model.converter.relocators.PluginRelocator
ROLE
 
Constructor Summary
AbstractSourceForgePluginRelocator()
           
 
Method Summary
 String getOldGroupId()
          Note: Because we are working on the recently converted Maven 2 model, this method must return the groupId that is in the model, after the model has been converted.
 
Methods inherited from class org.apache.maven.model.converter.relocators.AbstractPluginRelocator
addListener, addListeners, getNewArtifactId, getNewGroupId, getOldArtifactId, relocate
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSourceForgePluginRelocator

public AbstractSourceForgePluginRelocator()
Method Detail

getOldGroupId

public String getOldGroupId()
Description copied from class: AbstractPluginRelocator
Note: Because we are working on the recently converted Maven 2 model, this method must return the groupId that is in the model, after the model has been converted.

Feel free to overload this method if your plugin has a different groupId.

Overrides:
getOldGroupId in class AbstractPluginRelocator
Returns:
The groupId of the Maven 1 plugin.
See Also:
AbstractPluginRelocator.getOldGroupId()


Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.