Interface IvyDeployer

All Known Implementing Classes:
FileDeployer

public interface IvyDeployer
Deploys ivy deployables to an Axon Ivy Engine. Deployables can be:
  • An *.iar project file
  • An *.zip full application file containing a set of projects
Since:
6.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deploy(String deployablePath, org.apache.maven.plugin.logging.Log log)
     
  • Method Details

    • deploy

      void deploy(String deployablePath, org.apache.maven.plugin.logging.Log log) throws org.apache.maven.plugin.MojoExecutionException
      Parameters:
      deployablePath - 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