Package org.apache.axis2.maven2.repo
Class ArchiveDeployer
- java.lang.Object
-
- org.apache.axis2.maven2.repo.ArchiveDeployer
-
public class ArchiveDeployer extends Object
Deploys artifacts of a given type into an Axis2 repository.
-
-
Constructor Summary
Constructors Constructor Description ArchiveDeployer(File repositoryDirectory, String directory, String fileListName, boolean generateFileList, boolean stripVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deploy(org.apache.maven.plugin.logging.Log log, org.apache.maven.artifact.Artifact artifact)
void
finish(org.apache.maven.plugin.logging.Log log)
-
-
-
Method Detail
-
deploy
public void deploy(org.apache.maven.plugin.logging.Log log, org.apache.maven.artifact.Artifact artifact) throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
finish
public void finish(org.apache.maven.plugin.logging.Log log) throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-