shaded.org.apache.maven.model.ConfigurationContainer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-cloud-contract-shade Show documentation
Show all versions of spring-cloud-contract-shade Show documentation
Spring Cloud Contract Shaded Dependencies
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Modello 1.11,
// any modifications will be overwritten.
// ==============================================================
package shaded.shaded.org.apache.maven.model;
/**
* Contains the configuration information of the container like
* Plugin.
*
* @version $Revision$ $Date$
*/
@SuppressWarnings( "all" )
public class ConfigurationContainer
implements java.io.Serializable, java.lang.Cloneable, shaded.shaded.org.apache.maven.model.InputLocationTracker
{
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
*
*
* Whether any configuration should be propagated
* to child POMs. Note: While the type
* of this field is String
for
* technical reasons, the semantic type is actually
* Boolean
. Default value is
* true
.
*
*
*/
private String inherited;
/**
*
*
* The configuration as DOM object.
* By default, every element content is trimmed,
* but starting with Maven 3.1.0, you can add
* xml:space="preserve"
to elements
* you want to preserve whitespace.
* You can control how child POMs inherit
* configuration from parent POMs by adding
* combine.children
* or combine.self
attributes to the
* children of the configuration element:
*
* combine.children
: available
* values are merge
(default) and
* append
,
* combine.self
: available values
* are merge
(default) and
* override
.
*
* See POM
* Reference documentation and
* Xpp3DomUtils
* for more information.
*
*
*/
private Object configuration;
/**
* Field locations.
*/
private java.util.Map