Class IdentifiedScm
java.lang.Object
org.apache.maven.model.Scm
org.apache.maven.shared.release.scm.IdentifiedScm
- All Implemented Interfaces:
Serializable
,Cloneable
,org.apache.maven.model.InputLocationTracker
public class IdentifiedScm
extends org.apache.maven.model.Scm
Unlike repositories the scm of the Project Model doesn't have an id.
This makes it quite hard to bind it to the credentials of a server as specified in the settings.xml
- Since:
- 2.3
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.model.Scm
clone, getChildScmConnectionInheritAppendPath, getChildScmDeveloperConnectionInheritAppendPath, getChildScmUrlInheritAppendPath, getConnection, getDeveloperConnection, getLocation, getTag, getUrl, isChildScmConnectionInheritAppendPath, isChildScmDeveloperConnectionInheritAppendPath, isChildScmUrlInheritAppendPath, setChildScmConnectionInheritAppendPath, setChildScmConnectionInheritAppendPath, setChildScmDeveloperConnectionInheritAppendPath, setChildScmDeveloperConnectionInheritAppendPath, setChildScmUrlInheritAppendPath, setChildScmUrlInheritAppendPath, setConnection, setDeveloperConnection, setLocation, setOtherLocation, setTag, setUrl, toString
-
Field Details
-
id
-
-
Constructor Details
-
IdentifiedScm
public IdentifiedScm()
-
-
Method Details
-
getId
- Returns:
- the id
-
setId
- Parameters:
id
- the id to set
-