![JAR search and dependency download from the Maven repository](/logo.png)
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 maven-model Show documentation
Show all versions of maven-model Show documentation
Model for Maven POM (Project Object Model)
The newest version!
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Modello 1.7,
// any modifications will be overwritten.
// ==============================================================
package 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, 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.
*
*
*/
private String connection;
/**
*
*
* Just like connection
, but for
* developers, i.e. this scm connection
* will not be read only.
*
*
*/
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.
*/
private String url;
/**
* Field locations.
*/
private java.util.Map
© 2015 - 2025 Weber Informatics LLC | Privacy Policy