Interface MavenArtifactDeployer
- All Known Implementing Classes:
Maven31ArtifactDeployer
interface MavenArtifactDeployer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deploy
(Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) void
deploy
(org.apache.maven.artifact.repository.ArtifactRepository remoteRepository, Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)
-
Method Details
-
deploy
void deploy(Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) throws ArtifactDeployerException - Throws:
ArtifactDeployerException
-
deploy
void deploy(org.apache.maven.artifact.repository.ArtifactRepository remoteRepository, Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) throws ArtifactDeployerException - Throws:
ArtifactDeployerException
-