Class FileDeployer

java.lang.Object
ch.ivyteam.ivy.maven.engine.deploy.dir.FileDeployer
All Implemented Interfaces:
IvyDeployer

public class FileDeployer extends Object implements IvyDeployer
  • Constructor Details

    • FileDeployer

      public FileDeployer(File deployDir, File deploymentOptions, Integer deployTimeoutInSeconds, File deployFile, File targetDeployableFile)
  • Method Details

    • deploy

      public void deploy(String deployableFilePath, org.apache.maven.plugin.logging.Log log) throws org.apache.maven.plugin.MojoExecutionException
      Specified by:
      deploy in interface IvyDeployer
      Parameters:
      deployableFilePath - the path to the deployable (uploaded). Must be relative the engines deploy directory.
      log - mojo log
      Throws:
      org.apache.maven.plugin.MojoExecutionException - if deployment fails