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.

Before you begin
  • JRE 1.8 or later (containing tools.jar) is installed and its location is added to the PATH environment variable. This value could be path of the JRE provided with the TIBCO BusinessEvents installation or an external JDK 1.8 location. Ensure that the tools.jar file is present in the JDK or JRE path that you have provided in the 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.