Package | Description |
---|---|
org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.io.xpp3 |
XML reader and writer classes for Maven POM, generated from
maven.mdo model. |
org.apache.maven.model.merge |
POM merger.
|
org.apache.maven.project | |
org.apache.maven.project.inheritance |
Modifier and Type | Field and Description |
---|---|
private DeploymentRepository |
DistributionManagement.repository
Information needed to deploy the artifacts generated by the
project to a
remote repository.
|
private DeploymentRepository |
DistributionManagement.snapshotRepository
Where to deploy snapshots of artifacts to.
|
Modifier and Type | Method and Description |
---|---|
DeploymentRepository |
DeploymentRepository.clone()
Method clone.
|
DeploymentRepository |
DistributionManagement.getRepository()
Get information needed to deploy the artifacts generated by
the project to a
remote repository.
|
DeploymentRepository |
DistributionManagement.getSnapshotRepository()
Get where to deploy snapshots of artifacts to.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributionManagement.setRepository(DeploymentRepository repository)
Set information needed to deploy the artifacts generated by
the project to a
remote repository.
|
void |
DistributionManagement.setSnapshotRepository(DeploymentRepository snapshotRepository)
Set where to deploy snapshots of artifacts to.
|
Modifier and Type | Method and Description |
---|---|
private DeploymentRepository |
MavenXpp3Reader.parseDeploymentRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseDeploymentRepository.
|
private DeploymentRepository |
MavenXpp3ReaderEx.parseDeploymentRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseDeploymentRepository.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeDeploymentRepository(DeploymentRepository deploymentRepository,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeDeploymentRepository.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ModelMerger.mergeDeploymentRepository_UniqueVersion(DeploymentRepository target,
DeploymentRepository source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeDeploymentRepository(DeploymentRepository target,
DeploymentRepository source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
static ArtifactRepository |
ProjectUtils.buildDeploymentArtifactRepository(DeploymentRepository repo,
ArtifactRepositoryFactory artifactRepositoryFactory,
org.codehaus.plexus.PlexusContainer c)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private static DeploymentRepository |
DefaultModelInheritanceAssembler.copyDistributionRepository(DeploymentRepository parentRepository) |
Modifier and Type | Method and Description |
---|---|
private static DeploymentRepository |
DefaultModelInheritanceAssembler.copyDistributionRepository(DeploymentRepository parentRepository) |