Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.xpp3 | |
org.apache.maven.project |
Modifier and Type | Field and Description |
---|---|
private Site |
DistributionManagement.site
Information needed for deploying the web site of the project.
|
Modifier and Type | Method and Description |
---|---|
Site |
DistributionManagement.getSite()
Get information needed for deploying the web site of the
project.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributionManagement.setSite(Site site)
Set information needed for deploying the web site of the
project.
|
Modifier and Type | Method and Description |
---|---|
private Site |
MavenXpp3Reader.parseSite(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseSite.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeSite(Site site,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeSite.
|
Modifier and Type | Method and Description |
---|---|
static Site |
ModelUtils.cloneSite(Site src) |
Modifier and Type | Method and Description |
---|---|
static Site |
ModelUtils.cloneSite(Site src) |