Interface MavenArtifactDeployer
-
- All Known Implementing Classes:
Maven31ArtifactDeployer
interface MavenArtifactDeployer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeploy(java.util.Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)voiddeploy(org.apache.maven.artifact.repository.ArtifactRepository remoteRepository, java.util.Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)
-
-
-
Method Detail
-
deploy
void deploy(java.util.Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) throws ArtifactDeployerException- Throws:
ArtifactDeployerException
-
deploy
void deploy(org.apache.maven.artifact.repository.ArtifactRepository remoteRepository, java.util.Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) throws ArtifactDeployerException- Throws:
ArtifactDeployerException
-
-