Failed to execute goal at AEM structure of Sonatype | Community
Skip to main content
New Participant
December 21, 2021
Solved

Failed to execute goal at AEM structure of Sonatype

  • December 21, 2021
  • 3 replies
  • 855 views

 

Currenlty facing issue in sonatypeIQ thing in AEM structure. It was success build side on local environment  but when it going for sonatypeIQ scan facing below error while running the pipeline.If i use existing core version it was successful but while im deploying with new version it was failing, please let me know any suggestions for this.

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi @user05526 
I think you have issue with dependency resolution.

In local, maybe it is working, because you have cached dependency but that is not the case in AEM cloud manager.

3 replies

EstebanBustamante
New Participant
December 5, 2023

I agree with @arunpatidar , the error indicates that your "content" package depends upon a version of the "core" module which is not available (in the maven repository where the build is running). Locally you must have that "core" version cached under your ".m2" folder and that's why you are not having the same issue. The resolution should be easy, just double check your POM configuration to make sure the dependencies across modules are OK, I suspect that perhaps the "core" version under your "content" POM has the wrong version.

 

Hope this helps

Esteban Bustamante
arunpatidar
arunpatidarAccepted solution
New Participant
December 5, 2023

Hi @user05526 
I think you have issue with dependency resolution.

In local, maybe it is working, because you have cached dependency but that is not the case in AEM cloud manager.

Arun Patidar
kautuk_sahni
Employee
December 5, 2023

@aanchal-sikka @arunpatidar @markusbullaadobe @estebanbustamante @mahedi_sabuj Can you please review this unanswered question? Appreciate your thoughts on this.

Kautuk Sahni