org.apache.maven.model.Reporting Maven / Gradle / Ivy
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Modello 2.1.2,
// any modifications will be overwritten.
// ==============================================================
package org.apache.maven.model;
/**
* Section for management of reports and their configuration.
*
* @version $Revision$ $Date$
*/
@SuppressWarnings( "all" )
public class Reporting
implements java.io.Serializable, java.lang.Cloneable, org.apache.maven.model.InputLocationTracker
{
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
*
*
* If true, then the default reports are not
* included in the site generation.
* This includes the reports in the "Project Info"
* menu. Note: While the type
* of this field is String
for
* technical reasons, the semantic type is actually
* Boolean
. Default value is
* false
.
*
*
*/
private String excludeDefaults;
/**
*
*
* Where to store all of the generated reports. The
* default is
* ${project.build.directory}/site
.
*
*
*/
private String outputDirectory;
/**
* Field plugins.
*/
private java.util.List plugins;
/**
* Field locations.
*/
private java.util.Map