org.apache.maven.model.Organization Maven / Gradle / Ivy
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Modello 2.1.2,
// any modifications will be overwritten.
// ==============================================================
package org.apache.maven.model;
/**
* Specifies the organization that produces this project.
*
* @version $Revision$ $Date$
*/
@SuppressWarnings( "all" )
public class Organization
implements java.io.Serializable, java.lang.Cloneable, org.apache.maven.model.InputLocationTracker
{
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* The full name of the organization.
*/
private String name;
/**
* The URL to the organization's home page.
*/
private String url;
/**
* Field locations.
*/
private java.util.Map