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

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

Documentation
4.0.0
Describes the prerequisites a project can have.
Properties
This component is not nillable.

Model
<...>
maven?
</...>


Nested Element Summary
xs:stringmaven
          4.0.0The minimum version of Maven required to build the project, or to use this plugin. 
Source
<xs:complexType name="Prerequisites">
<xs:all>
<xs:element default="2.0" minOccurs="0" name="maven" type="xs:string">
</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.