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

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

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

Model
<...>
dependencies
</...>


Nested Element Summary
 dependencies
          4.0.0 The dependencies specified here are not used until they are referenced in a POM within the group. 
Source
<xs:complexType name="DependencyManagement">
<xs:all>
<xs:element minOccurs="0" name="dependencies">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="dependency" type="Dependency"/>
</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.