shaded.org.apache.maven.model.Relocation 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.9.1,
// any modifications will be overwritten.
// ==============================================================
package shaded.shaded.org.apache.maven.model;
/**
* Describes where an artifact has moved to. If any of the values
* are omitted, it is
* assumed to be the same as it was before.
*
* @version $Revision$ $Date$
*/
@SuppressWarnings( "all" )
public class Relocation
implements java.io.Serializable, java.lang.Cloneable, shaded.shaded.org.apache.maven.model.InputLocationTracker
{
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* The group ID the artifact has moved to.
*/
private String groupId;
/**
* The new artifact ID of the artifact.
*/
private String artifactId;
/**
* The new version of the artifact.
*/
private String version;
/**
* An additional message to show the user about the move, such
* as the reason.
*/
private String message;
/**
* Field locations.
*/
private java.util.Map