パフォーマンス上の理由により、デフォルトではプロジェクトのPOMファイルが生成されません。継続的インテグレーションのビルドが正しく実行されるよう、まずプロジェクトのPOMファイルを作成することが必要です。Talend CI Builderを使用してmvn org.talend.ci:builder-maven-plugin:8.0.X:generateAllPomsコマンドでプロジェクトでPOMファイルを生成できます。
# To generate all POM files for your projects
mvn org.talend.ci:builder-maven-plugin:8.0.X:generateAllPoms
-Dproduct.path=/home/talend/studio
-Dlicense.path=/home/talend/studio/license
<!-- This parameter is only supported for users with Talend Studio 8.0.1 R2024-04 or lower
-Dtalend.studio.p2.base=https://update.talend.com/Studio/8/base -->
-Dtalend.studio.p2.update=https://update.talend.com/Studio/8/updates/R2023-02
# The content of the script named upgrade_version.txt
-pn gitProject -ul 'jobbuilder@talend.com' -gt
changeMavenVersion 1.0.5 --item-filter 'label%*test5_pere*' --subjobs --snapshot
regenerateAllPoms
# To execute the custom script upgrade_version.txt
mvn org.talend.ci:builder-maven-plugin:<version>:executeScript -s ./maven_settings.xml
-Dgeneration.type=local
-Dproduct.path=/home/talend/studio
-Dlicense.path=/home/talend/studio/license
-DscriptFile=/home/talend/upgrade_version.txt
# To build your projects and package artifacts
mvn clean package
-Dlicense.path=/home/talend/studio/license
<!-- This parameter is only supported and needed for users with Talend Studio 8.0.1 R2024-04 or lower
-Dtalend.studio.p2.base=https://update.talend.com/Studio/8/base -->
-Dtalend.studio.p2.update=https://update.talend.com/Studio/8/updates/R2023-02