| Package | Description |
|---|---|
| org.apache.maven.model |
| 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.
|