org.apache.maven.model
Class PluginConfiguration
java.lang.Object
   org.apache.maven.model.PluginContainer
org.apache.maven.model.PluginContainer
       org.apache.maven.model.PluginConfiguration
org.apache.maven.model.PluginConfiguration
- All Implemented Interfaces: 
- Serializable, Cloneable, InputLocationTracker
- Direct Known Subclasses: 
- BuildBase
- public class PluginConfiguration 
- extends PluginContainer- implements Serializable, Cloneable
Contains the plugins management informations for the project.
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
 
 
 
 
PluginConfiguration
public PluginConfiguration()
clone
public PluginConfiguration clone()
- Method clone.
 
- 
- Overrides:
- clonein class- PluginContainer
 
- 
- Returns:
- PluginConfiguration
 
getPluginManagement
public PluginManagement getPluginManagement()
- Get default plugin information to be made available for
 reference by projects
             derived from this one. This plugin configuration
 will not be resolved or bound to the
             lifecycle unless referenced. Any local
 configuration for a given plugin will override
             the plugin's entire definition here.
 
- 
 
- 
- Returns:
- PluginManagement
 
setPluginManagement
public void setPluginManagement(PluginManagement pluginManagement)
- Set default plugin information to be made available for
 reference by projects
             derived from this one. This plugin configuration
 will not be resolved or bound to the
             lifecycle unless referenced. Any local
 configuration for a given plugin will override
             the plugin's entire definition here.
 
- 
 
- 
- Parameters:
- pluginManagement-
 
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.