Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.jdom |
Modifier and Type | Method and Description |
---|---|
DistributionManagement |
ModelBase.getDistributionManagement()
Get distribution information for a project that enables
deployment of the site
and artifacts to remote web servers and
repositories respectively.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelBase.setDistributionManagement(DistributionManagement distributionManagement)
Set distribution information for a project that enables
deployment of the site
and artifacts to remote web servers and
repositories respectively.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateDistributionManagement(DistributionManagement distributionManagement,
String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateDistributionManagement.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.