| Package | Description |
|---|---|
| org.apache.maven.model | |
| org.apache.maven.project |
| 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 |
|---|---|
static Scm |
ModelUtils.cloneScm(Scm src) |
Scm |
MavenProject.getScm() |
| Modifier and Type | Method and Description |
|---|---|
static Scm |
ModelUtils.cloneScm(Scm src) |
void |
MavenProject.setScm(Scm scm) |
Copyright © 2001-2021 The Apache Software Foundation. All Rights Reserved.