@Component(role=ArtifactDeployer.class, hint="maven3") public class Maven30ArtifactDeployer extends Object implements ArtifactDeployer
| Constructor and Description |
|---|
Maven30ArtifactDeployer() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(org.apache.maven.project.ProjectBuildingRequest buildingRequest,
org.apache.maven.artifact.repository.ArtifactRepository remoteRepository,
Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) |
void |
deploy(org.apache.maven.project.ProjectBuildingRequest buildingRequest,
Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) |
public void deploy(org.apache.maven.project.ProjectBuildingRequest buildingRequest,
Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)
throws ArtifactDeployerException
deploy in interface ArtifactDeployerbuildingRequest - ProjectBuildingRequestmavenArtifacts - ArtifactArtifactDeployerException - in case of an error.public void deploy(org.apache.maven.project.ProjectBuildingRequest buildingRequest,
org.apache.maven.artifact.repository.ArtifactRepository remoteRepository,
Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)
throws ArtifactDeployerException
deploy in interface ArtifactDeployerbuildingRequest - 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.