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.v4 |
Modifier and Type | Method and Description |
---|---|
DeploymentRepository |
DeploymentRepository.Builder.build() |
DeploymentRepository |
DistributionManagement.getRepository()
Information needed to deploy the artifacts generated by the project to a
remote repository.
|
DeploymentRepository |
DistributionManagement.getSnapshotRepository()
Where to deploy snapshots of artifacts to.
|
static DeploymentRepository |
DeploymentRepository.newInstance()
Creates a new
DeploymentRepository instance. |
static DeploymentRepository |
DeploymentRepository.newInstance(boolean withDefaults)
Creates a new
DeploymentRepository instance using default values or not. |
DeploymentRepository |
DeploymentRepository.withId(String id)
Creates a new
DeploymentRepository instance using the specified id. |
DeploymentRepository |
DeploymentRepository.withLayout(String layout)
Creates a new
DeploymentRepository instance using the specified layout. |
DeploymentRepository |
DeploymentRepository.withName(String name)
Creates a new
DeploymentRepository instance using the specified name. |
DeploymentRepository |
DeploymentRepository.withReleases(RepositoryPolicy releases)
Creates a new
DeploymentRepository instance using the specified releases. |
DeploymentRepository |
DeploymentRepository.withSnapshots(RepositoryPolicy snapshots)
Creates a new
DeploymentRepository instance using the specified snapshots. |
DeploymentRepository |
DeploymentRepository.withUniqueVersion(boolean uniqueVersion)
Creates a new
DeploymentRepository instance using the specified uniqueVersion. |
DeploymentRepository |
DeploymentRepository.withUrl(String url)
Creates a new
DeploymentRepository instance using the specified url. |
Modifier and Type | Method and Description |
---|---|
static DeploymentRepository.Builder |
DeploymentRepository.newBuilder(DeploymentRepository from)
Creates a new
DeploymentRepository builder instance using the specified object as a basis. |
static DeploymentRepository.Builder |
DeploymentRepository.newBuilder(DeploymentRepository from,
boolean forceCopy)
Creates a new
DeploymentRepository builder instance using the specified object as a basis. |
DistributionManagement.Builder |
DistributionManagement.Builder.repository(DeploymentRepository repository) |
DistributionManagement.Builder |
DistributionManagement.Builder.snapshotRepository(DeploymentRepository snapshotRepository) |
DistributionManagement |
DistributionManagement.withRepository(DeploymentRepository repository)
Creates a new
DistributionManagement instance using the specified repository. |
DistributionManagement |
DistributionManagement.withSnapshotRepository(DeploymentRepository snapshotRepository)
Creates a new
DistributionManagement instance using the specified snapshotRepository. |
Modifier and Type | Method and Description |
---|---|
DeploymentRepository |
DeploymentRepository.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static List<DeploymentRepository> |
DeploymentRepository.deploymentRepositoryToApiV4(List<DeploymentRepository> list) |
Modifier and Type | Method and Description |
---|---|
static List<DeploymentRepository> |
DeploymentRepository.deploymentRepositoryToApiV3(List<DeploymentRepository> list) |
Constructor and Description |
---|
DeploymentRepository(DeploymentRepository delegate) |
DeploymentRepository(DeploymentRepository delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
protected DeploymentRepository |
MavenMerger.mergeDeploymentRepository(DeploymentRepository target,
DeploymentRepository source,
boolean sourceDominant,
Map<Object,Object> context) |
protected DeploymentRepository |
MavenTransformer.transformDeploymentRepository(DeploymentRepository target) |
Modifier and Type | Method and Description |
---|---|
protected MavenMerger.KeyComputer<DeploymentRepository> |
MavenMerger.getDeploymentRepositoryKey() |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.