public interface ArtifactDeployer
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(org.apache.maven.project.ProjectBuildingRequest request,
org.apache.maven.artifact.repository.ArtifactRepository remoteRepository,
Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) |
void |
deploy(org.apache.maven.project.ProjectBuildingRequest request,
Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) |
void deploy(org.apache.maven.project.ProjectBuildingRequest request,
Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)
throws ArtifactDeployerException
request - ProjectBuildingRequestmavenArtifacts - ArtifactArtifactDeployerException - in case of an error.void deploy(org.apache.maven.project.ProjectBuildingRequest request,
org.apache.maven.artifact.repository.ArtifactRepository remoteRepository,
Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)
throws ArtifactDeployerException
request - the building requestremoteRepository - the repository to deploy to. If null the mavenArtifact.getRepository() is
used.mavenArtifacts - the artifacts to deployArtifactDeployerException - in case of an error.Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.