Package | Description |
---|---|
org.apache.maven.api.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model | |
org.apache.maven.model.merge |
POM merger.
|
org.apache.maven.model.v4 |
Modifier and Type | Method and Description |
---|---|
DistributionManagement |
DistributionManagement.Builder.build() |
DistributionManagement |
ModelBase.getDistributionManagement()
Distribution information for a project that enables deployment of the site
and artifacts to remote web servers and repositories respectively.
|
static DistributionManagement |
DistributionManagement.newInstance()
Creates a new
DistributionManagement instance. |
static DistributionManagement |
DistributionManagement.newInstance(boolean withDefaults)
Creates a new
DistributionManagement instance using default values or not. |
DistributionManagement |
DistributionManagement.withDownloadUrl(String downloadUrl)
Creates a new
DistributionManagement instance using the specified downloadUrl. |
DistributionManagement |
DistributionManagement.withRelocation(Relocation relocation)
Creates a new
DistributionManagement instance using the specified relocation. |
DistributionManagement |
DistributionManagement.withRepository(DeploymentRepository repository)
Creates a new
DistributionManagement instance using the specified repository. |
DistributionManagement |
DistributionManagement.withSite(Site site)
Creates a new
DistributionManagement instance using the specified site. |
DistributionManagement |
DistributionManagement.withSnapshotRepository(DeploymentRepository snapshotRepository)
Creates a new
DistributionManagement instance using the specified snapshotRepository. |
DistributionManagement |
DistributionManagement.withStatus(String status)
Creates a new
DistributionManagement instance using the specified status. |
Modifier and Type | Method and Description |
---|---|
Model.Builder |
Model.Builder.distributionManagement(DistributionManagement distributionManagement) |
ModelBase.Builder |
ModelBase.Builder.distributionManagement(DistributionManagement distributionManagement) |
Profile.Builder |
Profile.Builder.distributionManagement(DistributionManagement distributionManagement) |
static DistributionManagement.Builder |
DistributionManagement.newBuilder(DistributionManagement from)
Creates a new
DistributionManagement builder instance using the specified object as a basis. |
static DistributionManagement.Builder |
DistributionManagement.newBuilder(DistributionManagement from,
boolean forceCopy)
Creates a new
DistributionManagement builder instance using the specified object as a basis. |
Model |
Model.withDistributionManagement(DistributionManagement distributionManagement)
Creates a new
Model instance using the specified distributionManagement. |
ModelBase |
ModelBase.withDistributionManagement(DistributionManagement distributionManagement)
Creates a new
ModelBase instance using the specified distributionManagement. |
Profile |
Profile.withDistributionManagement(DistributionManagement distributionManagement)
Creates a new
Profile instance using the specified distributionManagement. |
Modifier and Type | Method and Description |
---|---|
DistributionManagement |
DistributionManagement.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static List<DistributionManagement> |
DistributionManagement.distributionManagementToApiV4(List<DistributionManagement> list) |
Modifier and Type | Method and Description |
---|---|
static List<DistributionManagement> |
DistributionManagement.distributionManagementToApiV3(List<DistributionManagement> list) |
Constructor and Description |
---|
DistributionManagement(DistributionManagement delegate) |
DistributionManagement(DistributionManagement delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
protected DistributionManagement |
MavenMerger.mergeDistributionManagement(DistributionManagement target,
DistributionManagement source,
boolean sourceDominant,
Map<Object,Object> context) |
protected DistributionManagement |
MavenTransformer.transformDistributionManagement(DistributionManagement target) |
Modifier and Type | Method and Description |
---|---|
protected MavenMerger.KeyComputer<DistributionManagement> |
MavenMerger.getDistributionManagementKey() |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.