Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.dom4j | |
org.apache.maven.model.io.jdom | |
org.apache.maven.model.io.stax | |
org.apache.maven.model.io.xpp3 |
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 |
MavenDom4jReader.parseScm(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseScm.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeScm(Scm scm,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeScm.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateScm(Scm scm,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateScm.
|
Modifier and Type | Method and Description |
---|---|
private Scm |
MavenStaxReader.parseScm(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseScm.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeScm(Scm scm,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeScm.
|
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.
|