http://maven.apache.org/POM/4.0.0
complexType PluginManagement

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}PluginManagement (restriction)

Documentation
4.0.0
        Section for management of default plugin information for use in a group of POMs.
      
Properties
This component is not nillable.

Model
<...>
plugins
</...>


Nested Element Summary
 plugins
          4.0.0 The list of plugins to use.  
Source
<xs:complexType name="PluginManagement">
<xs:all>
<xs:element minOccurs="0" name="plugins">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="plugin" type="Plugin"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.