| Package | Description |
|---|---|
| org.apache.maven.model |
| Modifier and Type | Method | Description |
|---|---|---|
Scm |
Model.getScm() |
Get specification for the SCM used by the project, such as
CVS, Subversion, etc.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Model.setScm(Scm scm) |
Set specification for the SCM used by the project, such as
CVS, Subversion, etc.
|