Class FileDeployer

    • Constructor Detail

      • FileDeployer

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

      • 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