Uses of Class
org.apache.maven.model.DeploymentRepository
Packages that use DeploymentRepository
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.XML reader and writer classes for Maven POM, generated from
maven.mdo
model.POM merger.
-
Uses of DeploymentRepository in org.apache.maven.model
Fields in org.apache.maven.model declared as DeploymentRepositoryModifier and TypeFieldDescriptionprivate 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.Methods in org.apache.maven.model that return DeploymentRepositoryModifier and TypeMethodDescriptionDeploymentRepository.clone()
Method clone.DistributionManagement.getRepository()
Get information needed to deploy the artifacts generated by the project to a remote repository.DistributionManagement.getSnapshotRepository()
Get where to deploy snapshots of artifacts to.Methods in org.apache.maven.model with parameters of type DeploymentRepositoryModifier and TypeMethodDescriptionvoid
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. -
Uses of DeploymentRepository in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return DeploymentRepositoryModifier and TypeMethodDescriptionprivate 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.Methods in org.apache.maven.model.io.xpp3 with parameters of type DeploymentRepositoryModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writeDeploymentRepository
(DeploymentRepository deploymentRepository, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeDeploymentRepository.private void
MavenXpp3WriterEx.writeDeploymentRepository
(DeploymentRepository deploymentRepository, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeDeploymentRepository. -
Uses of DeploymentRepository in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type DeploymentRepositoryModifier and TypeMethodDescriptionprotected void
ModelMerger.mergeDeploymentRepository
(DeploymentRepository target, DeploymentRepository source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeDeploymentRepository_UniqueVersion
(DeploymentRepository target, DeploymentRepository source, boolean sourceDominant, Map<Object, Object> context) -
Uses of DeploymentRepository in org.apache.maven.project
Methods in org.apache.maven.project with parameters of type DeploymentRepositoryModifier and TypeMethodDescriptionstatic ArtifactRepository
ProjectUtils.buildDeploymentArtifactRepository
(DeploymentRepository repo, ArtifactRepositoryFactory artifactRepositoryFactory, org.codehaus.plexus.PlexusContainer c) Deprecated. -
Uses of DeploymentRepository in org.apache.maven.project.inheritance
Methods in org.apache.maven.project.inheritance that return DeploymentRepositoryModifier and TypeMethodDescriptionprivate static DeploymentRepository
DefaultModelInheritanceAssembler.copyDistributionRepository
(DeploymentRepository parentRepository) Methods in org.apache.maven.project.inheritance with parameters of type DeploymentRepositoryModifier and TypeMethodDescriptionprivate static DeploymentRepository
DefaultModelInheritanceAssembler.copyDistributionRepository
(DeploymentRepository parentRepository)