Class InstallProductMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.tibco.ep.buildmavenplugin.InstallProductMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="install-product", defaultPhase=VALIDATE, threadSafe=true) public class InstallProductMojo extends org.apache.maven.plugin.AbstractMojo

Install product zip and tgz artifacts if not already installed.

This goal scans through the project dependencies and if a product zip or tgz artifact is not installed, it is installed into the $TIBCO_EP_HOME directory.

Dependencies with scope provided are skipped.

A markersDirectory is used to track if the artifact has already been installed - hence manually removing this directory will cause the artifacts to be re-installed. This directory is only created if there is a need to install an artifact.

To detect a manual installation of the product, a file specified by productValidationFile is used. If this file exists, then the product installation is not attempted.

If the plugin does install a zip, then an md5 sum of the original zip is saved - this allows installation of a newer version of the zip at a later time. This can happen with SNAPSHOTS.

  • Field Details Link icon

    • DEFAULT_SRC_MAIN_EVENTFLOW Link icon

      public static final String DEFAULT_SRC_MAIN_EVENTFLOW
      See Also:
    • DEFAULT_SRC_TEST_EVENTFLOW Link icon

      public static final String DEFAULT_SRC_TEST_EVENTFLOW
      See Also:
    • TESTCASESFOUND_PROPERTY Link icon

      protected static String TESTCASESFOUND_PROPERTY
      maven property to use to skip start/stop/tests if no tests exist
    • APPLICATION_TYPE Link icon

      protected static String APPLICATION_TYPE
      Application packaging and type
    • JAVA_TYPE Link icon

      protected static String JAVA_TYPE
      Java packaging and type
    • EVENTFLOW_TYPE Link icon

      protected static String EVENTFLOW_TYPE
      EventFlow packaging and type
    • LIVEVIEW_TYPE Link icon

      protected static String LIVEVIEW_TYPE
      LiveView packaging and type
    • TCS_TYPE Link icon

      protected static String TCS_TYPE
      Streaming Web flow packaging and type
    • REPORTS_DIRECTORY Link icon

      protected static String REPORTS_DIRECTORY
      system property for reports
    • IMPORT_DIRECTORY Link icon

      protected static String IMPORT_DIRECTORY
      Directory used to import other Eventflow fragments
  • Constructor Details Link icon

    • InstallProductMojo Link icon

      public InstallProductMojo()
  • Method Details Link icon

    • execute Link icon

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
    • getAdminService Link icon

      public IRuntimeAdminService getAdminService()
      Returns:
      The administration service
    • getBuildService Link icon

      public IRuntimeBuildService getBuildService()
      Returns:
      The build service
    • getContext Link icon

      public IContext getContext()
      Returns:
      The Runtime Administration context
    • prechecks Link icon

      public void prechecks()
      Check environment before running mojo