org.apache.maven.model.ModelBase Maven / Gradle / Ivy
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Modello 2.1.2,
// any modifications will be overwritten.
// ==============================================================
package org.apache.maven.model;
/**
*
*
* Base class for the Model
and the
* Profile
objects.
*
*
*
* @version $Revision$ $Date$
*/
@SuppressWarnings( "all" )
public class ModelBase
implements java.io.Serializable, java.lang.Cloneable, org.apache.maven.model.InputLocationTracker
{
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* Field modules.
*/
private java.util.List modules;
/**
* Distribution information for a project that enables
* deployment of the site
* and artifacts to remote web servers and
* repositories respectively.
*/
private DistributionManagement distributionManagement;
/**
* Field properties.
*/
private java.util.Properties properties;
/**
* Default dependency information for projects that inherit
* from this one. The
* dependencies in this section are not immediately
* resolved. Instead, when a POM derived
* from this one declares a dependency described by
* a matching groupId and artifactId, the
* version and other values from this section are
* used for that dependency if they were not
* already specified.
*/
private DependencyManagement dependencyManagement;
/**
* Field dependencies.
*/
private java.util.List dependencies;
/**
* Field repositories.
*/
private java.util.List repositories;
/**
* Field pluginRepositories.
*/
private java.util.List pluginRepositories;
/**
*
*
* Deprecated. Now ignored by Maven.
*
*
*/
private Object reports;
/**
*
*
* This element includes the specification of
* report plugins to use
* to generate the reports on the Maven-generated
* site.
* These reports will be run when a user executes
* mvn site
.
* All of the reports will be included in the
* navigation bar for browsing.
*
*
*/
private Reporting reporting;
/**
* Field locations.
*/
private java.util.Map