Error while building the project | Community
Skip to main content
Level 2
November 19, 2021
Solved

Error while building the project

  • November 19, 2021
  • 1 reply
  • 1099 views

Trying to add a content module to an existing project which doesn't have content module and tried building it, it is giving the following error.How to resolve this?

 

Could not resolve dependencies for project com.project:projectName.ui.content:content-package:0.0.1-SNAPSHOT: com.adobe.projectName:projectName.ui.apps:zip:0.0.1-SNAPSHOT was not found in https://repo.adobe.com/nexus/content/groups/public during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of adobe-public-releases has elapsed or updates are forced

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 BrianKasingli

This is probably because your maven module have the wrong :

groupID

artifactID

version.

 

Please look at other pom.xml's in the same project and determin which configurations are missing.

1 reply

BrianKasingli
Community Advisor and Adobe Champion
BrianKasingliCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
November 19, 2021

This is probably because your maven module have the wrong :

groupID

artifactID

version.

 

Please look at other pom.xml's in the same project and determin which configurations are missing.