Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.project |
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 |
---|---|
static DistributionManagement |
ModelUtils.cloneDistributionManagement(DistributionManagement src) |
DistributionManagement |
MavenProject.getDistributionManagement() |
Modifier and Type | Method and Description |
---|---|
static DistributionManagement |
ModelUtils.cloneDistributionManagement(DistributionManagement src) |
void |
MavenProject.setDistributionManagement(DistributionManagement distributionManagement) |
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.