http://maven.apache.org/POM/4.0.0
element licenses

Super Types
{http://maven.apache.org/POM/4.0.0} (restriction)

Documentation
3.0.0+
            This element describes all of the licenses for this project.  
            Each license is described by a <code>license</code> element, which 
            is then described by additional elements.
            Projects should only list the license(s) that applies to the project 
            and not the licenses that apply to dependencies.
            If multiple licenses are listed, it is assumed that the user can select any of them, not that they
            must accept all.
          
Properties
This component is not nillable.

Model
<licenses>
license*
</licenses>


Nested Element Summary
Licenselicense
          
Source
<xs:element minOccurs="0" name="licenses">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="license" type="License"/>
</xs:sequence>
</xs:complexType>
</xs:element>


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