Skip to main content Skip to complementary content

Installing the Talend Cloud API Tester Maven plugin

Download and install the Talend Cloud API Tester Maven plugin to automate your test scenarios.

The Talend Cloud API Tester Maven plugin supports all versions of Java OpenJDK 8 and versions 8u162 and above of Java Oracle JDK 8.

Procedure

  1. Access the Downloads page by clicking your username in the top right corner of any Talend Cloud app, then click Downloads in the drop-down list.
  2. In the Continuous Integration (CI) for Cloud section, select Installer API Tester Maven Plugin (jar) and choose the Version, then click Download.
    The Downloads page with the Continuous Integration for Cloud installation files.
  3. Save the JAR file on your machine.
  4. To install the plugin in your local Maven repository, open a command line in the folder in which you saved the file and run the command below.

    In this command, make sure to replace <version> with the version number that matches the file you downloaded.

    mvn install:install-file -Dfile=api-tester-maven-plugin-<version>.jar -DgroupId=org.talend.ci -DartifactId=api-tester-maven-plugin -Dversion=<version> -Dpackaging=jar
    Information noteNote: You can also install the plugin in a Nexus or Artifactory repository, for example.

Results

Your Talend Cloud API Tester Maven plugin is now installed. You can use it to run API tests on your continuous integration pipeline.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!