shaded.org.apache.maven.model.Scm 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.8.1,
// any modifications will be overwritten.
// ==============================================================
package shaded.shaded.org.apache.maven.model;
/**
*
*
* The <scm>
element contains
* informations required to the SCM
* (Source Control Management) of the project.
*
*
*
* @version $Revision$ $Date$
*/
@SuppressWarnings( "all" )
public class Scm
implements java.io.Serializable, java.lang.Cloneable, shaded.shaded.org.apache.maven.model.InputLocationTracker
{
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
*
*
* The source control management system URL
* that describes the repository and how to connect
* to the
* repository. For more information, see the
* URL
* format
* and list
* of supported SCMs.
* This connection is read-only.
*
Default value is: parent value [+
* path adjustment] + artifactId
*
* .
*/
private String connection;
/**
*
*
* Just like connection
, but for
* developers, i.e. this scm connection
* will not be read only.
*
Default value is: parent value [+
* path adjustment] + artifactId
*
* .
*/
private String developerConnection;
/**
* The tag of current code. By default, it's set to HEAD during
* development.
*/
private String tag = "HEAD";
/**
*
*
* The URL to the project's browsable SCM
* repository, such as ViewVC or Fisheye.
*
Default value is: parent value [+
* path adjustment] + artifactId
*
* .
*/
private String url;
/**
* Field locations.
*/
private java.util.Map