org.apache.maven.model.Exclusion Maven / Gradle / Ivy
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Modello 2.1.2,
// any modifications will be overwritten.
// ==============================================================
package org.apache.maven.model;
/**
*
*
* The <exclusion>
element contains
* informations required to exclude
* an artifact to the project.
*
*
*
* @version $Revision$ $Date$
*/
@SuppressWarnings( "all" )
public class Exclusion
implements java.io.Serializable, java.lang.Cloneable, org.apache.maven.model.InputLocationTracker
{
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* The group ID of the project to exclude.
*/
private String groupId;
/**
* The artifact ID of the project to exclude.
*/
private String artifactId;
/**
* Field locations.
*/
private java.util.Map