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 514216 2007-03-03 18:32:26Z dennisl $
Author:
Dennis Lundberg

Field Summary
 
Fields inherited from interface org.apache.maven.model.converter.relocators.PluginRelocator
ROLE
 
Constructor Summary
AbstractSourceForgePluginRelocator()
           
 
Method Summary
 java.lang.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 java.lang.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-2011 Apache Software Foundation. All Rights Reserved.