org.apache.maven.model.IssueManagement Maven / Gradle / Ivy
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Modello 2.1.2,
// any modifications will be overwritten.
// ==============================================================
package org.apache.maven.model;
/**
* Information about the issue tracking (or bug tracking) system
* used to manage this
* project.
*
* @version $Revision$ $Date$
*/
@SuppressWarnings( "all" )
public class IssueManagement
implements java.io.Serializable, java.lang.Cloneable, org.apache.maven.model.InputLocationTracker
{
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* The name of the issue management system, e.g. Bugzilla.
*/
private String system;
/**
* URL for the issue management system used by the project.
*/
private String url;
/**
* Field locations.
*/
private java.util.Map