Changing the deployment identifier of the project at once - 8.0

Talend Software Development Life Cycle Best Practices Guide

Version
8.0
Language
English
Product
Talend Big Data
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Module
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend JobServer
Talend Studio
Content
Administration and Monitoring
Deployment
Design and Development

During the first connection to the Studio, you can edit the GroupID of your whole project centrally at once to deploy and publish your artifacts with the name of your choice.

This feature allows you to release your whole project with the same fixed project identifier. To do that, you need to edit the default Maven parameter value from the Talend Studio.

Procedure

  1. From the Talend Studio toolbar, click the Project Settings icon to open the corresponding window.
  2. Open the menu Build > Maven > Deployment GroupID.
  3. Change the identifier of your project according to your needs.
  4. (Optional) If you want to automatically propagate the groupID value to all your POM files at a given time, click the Synchronize all poms button in Build > Maven.
    Note:
    • From version 8 onwards and for performance reasons, the POM files of your project are not saved by default but can be easily generated and updated when necessary. For more information, read this documentation.
    • If a project is referenced by multiple reference projects in a main project, you need to resynchronize the POM for all reference and main projects one by one to avoid duplicate project module definition in the POM for Talend CI builder. To do this, click the Force full re-synchronize poms button in the Build > Maven view in the Project Settings dialog box in Talend Studio.
  5. Click OK to save your changes and close the window. Talend Studio will take your changes into account and change the properties of your Jobs accordingly after the next restart.

Results

When you will republish your project items on your Continuous Integration server, at release time for example, all items will be published with the project identifier you have defined centrally from the Studio project settings.