Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.jdom |
Modifier and Type | Method and Description |
---|---|
Scm |
Model.getScm()
Get specification for the SCM used by the project, such as
CVS, Subversion, etc.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setScm(Scm scm)
Set specification for the SCM used by the project, such as
CVS, Subversion, etc.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateScm(Scm scm,
String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateScm.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.