org.apache.maven.model.License 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;
/**
* Describes the licenses for this project. This is used to
* generate the license
* page of the project's web site, as well as being taken
* into consideration in other reporting
* and validation. The licenses listed for the project are
* that of the project itself, and not
* of dependencies.
*
* @version $Revision$ $Date$
*/
@SuppressWarnings( "all" )
public class License
implements java.io.Serializable, java.lang.Cloneable, org.apache.maven.model.InputLocationTracker
{
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* The full legal name of the license.
*/
private String name;
/**
* The official url for the license text.
*/
private String url;
/**
*
*
* The primary method by which this project may be
* distributed.
*
* - repo
* - may be downloaded from the Maven
* repository
* - manual
* - user must manually download and install
* the dependency.
*
*
*
*/
private String distribution;
/**
* Addendum information pertaining to this license.
*/
private String comments;
/**
* Field locations.
*/
private java.util.Map