| Package | Description |
|---|---|
| org.apache.maven.model.v3_0_0 | |
| org.apache.maven.model.v3_0_0.io.xpp3 |
| Modifier and Type | Field and Description |
|---|---|
private Repository |
Model.repository
Specification for the SCM used by the project, such as CVS,
Subversion, etc.
|
| Modifier and Type | Method and Description |
|---|---|
Repository |
Model.getRepository()
Get specification for the SCM used by the project, such as
CVS, Subversion, etc.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Model.setRepository(Repository repository)
Set specification for the SCM used by the project, such as
CVS, Subversion, etc.
|
| Modifier and Type | Method and Description |
|---|---|
private Repository |
MavenXpp3Reader.parseRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseRepository.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
MavenXpp3Writer.writeRepository(Repository repository,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeRepository.
|