org.apache.maven.model.MailingList 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;
/**
* This element describes all of the mailing lists associated with
* a project. The
* auto-generated site references this information.
*
* @version $Revision$ $Date$
*/
@SuppressWarnings( "all" )
public class MailingList
implements java.io.Serializable, java.lang.Cloneable, org.apache.maven.model.InputLocationTracker
{
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
*
*
* The name of the mailing list.
*
*
*/
private String name;
/**
*
*
* The email address or link that can be used to
* subscribe to
* the mailing list. If this is an email address,
* a
* mailto:
link will automatically be
* created
* when the documentation is created.
*
*
*/
private String subscribe;
/**
*
*
* The email address or link that can be used to
* unsubscribe to
* the mailing list. If this is an email address,
* a
* mailto:
link will automatically be
* created
* when the documentation is created.
*
*
*/
private String unsubscribe;
/**
*
*
* The email address or link that can be used to
* post to
* the mailing list. If this is an email address,
* a
* mailto:
link will automatically be
* created
* when the documentation is created.
*
*
*/
private String post;
/**
* The link to a URL where you can browse the mailing list
* archive.
*/
private String archive;
/**
* Field otherArchives.
*/
private java.util.List otherArchives;
/**
* Field locations.
*/
private java.util.Map