org.apache.maven.model.Site 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;
/**
* Contains the information needed for deploying websites.
*
* @version $Revision$ $Date$
*/
@SuppressWarnings( "all" )
public class Site
implements java.io.Serializable, java.lang.Cloneable, org.apache.maven.model.InputLocationTracker
{
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
*
*
* A unique identifier for a deployment location.
* This is used to match the
* site to configuration in the
* settings.xml
file, for example.
*
*
*/
private String id;
/**
* Human readable name of the deployment location.
*/
private String name;
/**
*
*
* The url of the location where website is
* deployed, in the form protocol://hostname/path
.
*
Default value is: parent value [+
* path adjustment] + artifactId
*
* .
*/
private String url;
/**
* Field locations.
*/
private java.util.Map