org.apache.maven.model.Site Maven / Gradle / Ivy
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Modello 2.1.2,
// 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 or project.directory
* property), or just parent value if
* site's
* child.site.url.inherit.append.path="false"
*
*
*/
private String url;
/**
*
*
* When children inherit from distribution
* management site url, append path or not? Note: While the
* type
* of this field is String
for
* technical reasons, the semantic type is actually
* Boolean
*
Default value is: true
*
Since: Maven 3.6.1
*
* .
*/
private String childSiteUrlInheritAppendPath;
/**
* Field locations.
*/
private java.util.Map