| Package | Description |
|---|---|
| org.apache.maven.model | |
| org.apache.maven.model.io.xpp3 | |
| org.apache.maven.project |
| Modifier and Type | Field and Description |
|---|---|
private Scm |
Model.scm
Specification for the SCM used by the project, such as CVS,
Subversion, etc.
|
| 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 |
|---|---|
private Scm |
MavenXpp3Reader.parseScm(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseScm.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
MavenXpp3Writer.writeScm(Scm scm,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeScm.
|
| 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) |