Expand my Community achievements bar.

SOLVED

Error while building the project

Avatar

Level 3

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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.