org.apache.axis2.maven2.repo
Class ArchiveDeployer

java.lang.Object
  extended by org.apache.axis2.maven2.repo.ArchiveDeployer

public class ArchiveDeployer
extends Object

Deploys artifacts of a given type into an Axis2 repository.


Constructor Summary
ArchiveDeployer(File repositoryDirectory, String directory, String fileListName, boolean generateFileList, boolean stripVersion)
           
 
Method Summary
 void deploy(org.apache.maven.plugin.logging.Log log, org.apache.maven.artifact.Artifact artifact)
           
 void finish(org.apache.maven.plugin.logging.Log log)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchiveDeployer

public ArchiveDeployer(File repositoryDirectory,
                       String directory,
                       String fileListName,
                       boolean generateFileList,
                       boolean stripVersion)
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


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.