Installing and Configuring Maven

The TIBCO Data Science - Team Studio Custom Operator Framework requires Maven 3.x. Any version higher than 3.0.5 works.

Perform this task from the command line of your development computer. Depending on your system and your needs, there are two ways to install Maven: manually, or using a package manager and Homebrew. This task describes installing and configuring Maven manually.
Before you begin Download a compatible version of Maven from Apache Maven site.
    Procedure
  1. Unpack the archive in which to store the binaries.

    A directory called apache-maven-3.x.y is created.

  2. Add the bin/ directory to your PATH.
    • Take note of Maven's considerations for Windows.
    • For Mac OS X, the path is defined in .bash_profile.
    • For Windows, add the maven bin/ location to the PATH environment variable.
  3. From a terminal or command prompt, run mvn --version.
    This command verifies that Maven is correctly installed.