Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
vivekart
Contributor
Contributor

org.talend.ci:builder-maven-plugin:jar:8.0.1 is missing

Gurus,

we are upgrading to Talend version 8.0.1. I am able to run the jobs from Talend Studio. Talend has deprecated the auto generate of POM file from Talend Studio 8. 

We are using Bitbucket for our CI/CD builder.

Can someone please let me know how to resolve it?

command for generateAllPoms.

mvn -X org.talend.ci:builder-maven-plugin:8.0.1:generateAllPoms

 

[WARNING] The POM for org.talend.ci:builder-maven-plugin:jar:8.0.1 is missing, no dependency information available
[DEBUG] Resolving artifact org.talend.ci:builder-maven-plugin:jar:8.0.1 from [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Resolving artifact org.talend.ci:builder-maven-plugin:jar:8.0.1 from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.130 s
[INFO] Finished at: 2024-02-09T14:00:24-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.talend.ci:builder-maven-plugin:8.0.1 or one of its dependencies could not be resolved:

The following artifacts could not be resolved: org.talend.ci:builder-maven-plugin:jar:8.0.1 (absent): org.talend.ci:builder-maven-plugin:jar:8.0.1 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]


org.apache.maven.plugin.PluginResolutionException: Plugin org.talend.ci:builder-maven-plugin:8.0.1 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.talend.ci:builder-maven-plugin:jar:8.0.1 (absent): org.talend.ci:builder-maven-plugin:jar:8.0.1 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced

Labels (1)
  • v8.x

1 Reply
MahiwalVinit
Creator
Creator

Hi Vivek 

mvn -X org.talend.ci:builder-maven-plugin:8.0.1:generateAllPoms -> Command is not complete 

below is sample command for the reference 
C:\Users\student\workspace>mvn -X org.talend.ci:builder-maven-plugin:8.0.1:generateAllPoms -Dtalend.studio.p2.base=https://update.talend.com/Studio/8/base -Dtalend.studio.p2.update=https://update.talend.com/Studio/8/updates/R2023-12 -Dlicense.path="C:/Talend/8.0.1/license"

to run this command go the workspace contain project folder, also builder-maven-plugin:8.x.x have to be selected based on patch version. 

Regards 
Vinit