


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
Views
Replies
Sign in to like this content
Total Likes
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.
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.