I am getting following error while building the wcm core components from GIT.
Failed to execute goal org.apache.felix:maven-bundle-plugin:3.2.0:baseline (baseline) on project core.wcm.components.core: Artifact com.adobe.cq:core.wcm.components.core:bundle:2.0.6:compile does not exist on local/remote repositories: Failure to find com.adobe.cq:core.wcm.components.core:jar:2.0.6 in http://repo.adobe.com/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced.
Here is the link to GIT:
GitHub - Adobe-Marketing-Cloud/aem-core-wcm-components: Adobe Experience Manager (AEM) Sites Core Co... https://github.com/Adobe-Marketing-Cloud/aem-core-wcm-components
Thanks for your help.
Venkat
Solved! Go to Solution.
Views
Replies
Total Likes
Support has confirmed this result and we have passed this information to the AEM product team.
Views
Replies
Total Likes
I am testing now - I forked with repo and cloned it. Building now.
I will post back results..
Views
Replies
Total Likes
I got the same result - not an issue on your side.
I will reach out to internal ppl to find out what is going on.
Views
Replies
Total Likes
Thanks a lot for your quick response and confirming the issue.
Views
Replies
Total Likes
Support has confirmed this result and we have passed this information to the AEM product team.
Views
Replies
Total Likes
Thanks you!!
Views
Replies
Total Likes
Is there any update or status on when this might be fixed? I am also experiencing this.
Views
Replies
Total Likes
I can clearly see the the appropriate JAR for the previous version is there:
Index of /repositories/releases/com/adobe/cq/core.wcm.components.core/2.0.4
core.wcm.components.core-2.0.4.jar
And it is just as clearly not available in 2.0.6
Index of /repositories/releases/com/adobe/cq/core.wcm.components.core/2.0.6
The sources and documentation are there though...
Could somebody from Adobe please build it and put it into the repository?
Thanks.
Views
Replies
Total Likes
Can you try now? The artifact is now there
Feike,
It didn't work at first as I was still getting the message that "resolution will not be reattempted until the update interval of adobe-public-releases has elapsed or updates are forced".
In order to rectify this, I removed the entire com.adobe structure from my local maven repo and voila. Worked like a charm!!!
Thanks for the quick resolution.
Fraser
Views
Replies
Total Likes
super!
You could also have added -U option: mvn -U clean install
Views
Replies
Total Likes