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

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

Documentation
4.0.0
        Information about the issue tracking (or bug tracking) system used to manage this project.
      
Properties
This component is not nillable.

Model
<...>
(system? ; url?)
</...>


Nested Element Summary
xs:stringsystem
          4.0.0The name of the issue management system, e.g. 
xs:stringurl
          4.0.0URL for the issue management system used by the project. 
Source
<xs:complexType name="IssueManagement">
<xs:all>
<xs:element minOccurs="0" name="system" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="url" 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.