Setting Up TIBCO BusinessEvents Maven Plug-in

TIBCO BusinessEvents Maven plug-in is packaged with TIBCO BusinessEvents installation. To run the maven commands, you must install the TIBCO BusinessEvents Maven plug-in to your Maven (m2)repository. This is a one-time activity.

Prerequisites

  • JRE 1.8 or later is installed and its location is added to the PATH environment variable.
  • Apache Maven installed and its location is added to the PATH environment variable
  • TIBCO BusinessEvents 5.4.1 or later is installed.
  • A working internet connection for downloading Maven dependencies.

Procedure

  1. Navigate to the Maven folder in the TIBCO BusinessEvents installation at BE_HOME/maven/bin.
  2. Run the following command:
    • For Windows - install-be-maven-plugin.bat
    • For Unix - install-be-maven-plugin.sh
    On the successful run of the command, the BusinessEvents Maven plug-in JAR file (BE_HOME/maven/bin/be-maven-plugin-version-number.jar) is installed to your Maven (m2) repository.