org.apache.maven.model.converter.relocators
Class AbstractSourceForgePluginRelocator
java.lang.Object
  
org.codehaus.plexus.logging.AbstractLogEnabled
      
org.apache.maven.model.converter.relocators.AbstractPluginRelocator
          
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
 
 
| Fields inherited from interface org.apache.maven.model.converter.relocators.PluginRelocator | 
ROLE | 
 
 
| 
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.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 | 
 
AbstractSourceForgePluginRelocator
public AbstractSourceForgePluginRelocator()
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.