Downloading and uploading the Maven plugin - Cloud

Talend Cloud API Tester Examples

Version
Cloud
Language
English
Product
Talend Cloud
Module
Talend API Tester
Content
Design and Development > Testing APIs
Last publication date
2024-03-15

Download the Talend Cloud API Tester Maven plugin and upload it to Azure Artifacts.

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. Open a command line in the folder in which you saved the file and run the following command, with the repository ID and URL you copied in the previous procedure and the relevant plugin version:
    mvn deploy:deploy-file -Dfile=api-tester-maven-plugin-<version>.jar -DgroupId=org.talend.ci -DartifactId=api-tester-maven-plugin -Dversion=<version> -Dpackaging=jar -DrepositoryId=<your_repository_id> -Durl=<your_repository_url>