Skip to main content
Announcements
Qlik and Talend Support Cases are now opened in the same place.

CICD: Failed to execute goal on project Could not resolve dependencies for project

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Brian_Chan
Support
Support

CICD: Failed to execute goal on project Could not resolve dependencies for project

Last Update:

Aug 22, 2024 10:52:38 PM

Updated By:

Shicong_Hong

Created date:

Aug 22, 2024 10:52:38 PM

CICD build Job fails with the below message:

Failed to execute goal on project: Could not resolve dependencies for project

 

Cause

Multiple causes:
 
  1. Missing Jar dependency.  
    • The Jar either does not exist in the repository or the build server is unable to reach any of the configured repositories set in maven_settings.xml.
  2. An older maven_settings.xml is being used and talend.oss.releases is being referenced. 

 

Resolution

Solution 1

  • Ensure the build server has access to the repositories.
  • Ensure the Jar exists in said repository.  If not obtain the missing jar and insert it into said repository.

Solution 2

  • An older maven_settings.xml references talend.oss.releases repository which has been deprecated.   
    • Modify the existing maven_settings.xml to remove the repository or
    • Download the maven_settings.xml  from this guide and modify.

 

Related Content 

Qlik Talend Data Integration: CICD build fails and shows an error in the Maven log

 

Environment

 

Labels (2)
Version history
Last update:
yesterday
Updated by: