Package | Description |
---|---|
org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.merge |
POM merger.
|
org.apache.maven.project |
Modifier and Type | Method and Description |
---|---|
DistributionManagement |
DistributionManagement.clone()
Method clone.
|
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 |
---|---|
DistributionManagement |
MavenProject.getDistributionManagement() |
Modifier and Type | Method and Description |
---|---|
void |
MavenProject.setDistributionManagement(DistributionManagement distributionManagement) |
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.