Uses of Class
org.apache.maven.model.DeploymentRepository
Packages that use DeploymentRepository
Package
Description
-
Uses of DeploymentRepository in org.apache.maven.model
Fields in org.apache.maven.model declared as DeploymentRepositoryModifier and TypeFieldDescriptionprivate DeploymentRepositoryDistributionManagement.repositoryInformation needed to deploy the artifacts generated by the project to a remote repository.private DeploymentRepositoryDistributionManagement.snapshotRepositoryWhere to deploy snapshots of artifacts to.Methods in org.apache.maven.model that return DeploymentRepositoryModifier and TypeMethodDescriptionDistributionManagement.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 TypeMethodDescriptionvoidDistributionManagement.setRepository(DeploymentRepository repository) Set information needed to deploy the artifacts generated by the project to a remote repository.voidDistributionManagement.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 DeploymentRepositoryMavenXpp3Reader.parseDeploymentRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseDeploymentRepository.Methods in org.apache.maven.model.io.xpp3 with parameters of type DeploymentRepositoryModifier and TypeMethodDescriptionprivate voidMavenXpp3Writer.writeDeploymentRepository(DeploymentRepository deploymentRepository, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeDeploymentRepository. -
Uses of DeploymentRepository in org.apache.maven.project
Methods in org.apache.maven.project that return DeploymentRepositoryModifier and TypeMethodDescriptionstatic DeploymentRepositoryModelUtils.cloneDeploymentRepository(DeploymentRepository src) Methods in org.apache.maven.project with parameters of type DeploymentRepositoryModifier and TypeMethodDescriptionstatic ArtifactRepositoryProjectUtils.buildDeploymentArtifactRepository(DeploymentRepository repo, ArtifactRepositoryFactory artifactRepositoryFactory, org.codehaus.plexus.PlexusContainer container) static DeploymentRepositoryModelUtils.cloneDeploymentRepository(DeploymentRepository src) -
Uses of DeploymentRepository in org.apache.maven.project.inheritance
Methods in org.apache.maven.project.inheritance that return DeploymentRepositoryModifier and TypeMethodDescriptionprivate static DeploymentRepositoryDefaultModelInheritanceAssembler.copyDistributionRepository(DeploymentRepository parentRepository) Methods in org.apache.maven.project.inheritance with parameters of type DeploymentRepositoryModifier and TypeMethodDescriptionprivate static DeploymentRepositoryDefaultModelInheritanceAssembler.copyDistributionRepository(DeploymentRepository parentRepository)