Skip to main content Skip to complementary content

Downloading and uploading the Maven plugin

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>

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!