Class DeployToTestEngineMojo

All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="deploy-to-test-engine", requiresDependencyResolution=TEST) public class DeployToTestEngineMojo extends AbstractDeployMojo

Deploys a set of test projects (iar) or a full application (set of projects as zip) to a running test engine.

By default the IAR of the current project plus all declared IAR dependencies will be deployed to the test engine.

Since:
9.1.0
  • Field Details

  • Constructor Details

    • DeployToTestEngineMojo

      public DeployToTestEngineMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException