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

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

Documentation
3.0.0+
            The roles the contributor plays in the project.  Each role is
            described by a <code>role</code> element, the body of which is a
            role name. This can also be used to describe the contribution.
          
Properties
This component is not nillable.

Model
<roles>
role*
</roles>


Nested Element Summary
xs:stringrole
          
Source
<xs:element minOccurs="0" name="roles">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="role" type="xs:string"/>
</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.