Retrieving your custom Maven settings file - Cloud - 7.3

Talend Software Development Life Cycle Best Practices Guide

Version
Cloud
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend JobServer
Talend Management Console
Talend Remote Engine
Talend Studio
Content
Administration and Monitoring
Deployment
Design and Development
Last publication date
2024-02-08

The first step before building your project manually is to retrieve the maven_settings.xml file, save it and adapt it to your environment.

Procedure

  1. Retrieve the maven_settings.xml file from the Downloads tab of the documentation page.
  2. Adapt the file to your environment by replacing the parameter values (URLs, host names, ports, credentials, etc.), and save your changes.
    Tip: Look for the XXX references in the file provided as an example and replace them with values corresponding to your environment. This example file is adapted for Nexus. If you are using another artifact repository like Artifactory, you need to adapt this example to your repository URLs.
  3. Store this file in the directory of your choice. The path to this file will be used in the Maven command at build time.

    Example

    /home/talend/CI_dir/maven_settings.xml