org.apache.maven.model.Organization Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-model Show documentation
Show all versions of maven-model Show documentation
Model for Maven POM (Project Object Model)
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Modello 1.7,
// 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