Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Error while building git WCM core components

Avatar

Level 3

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

1 Accepted Solution

Avatar

Correct answer by
Level 10

Support has confirmed this result and we have passed this information to the AEM product team.

View solution in original post

10 Replies

Avatar

Level 10

I am testing now - I forked with repo and cloned it. Building now.

I will post back results..

Avatar

Level 10

I got the same result - not an issue on your side.

Pic55.png

I will reach out to internal ppl to find out what is going on.

Avatar

Level 3

Thanks a lot for your quick response and confirming the issue.

Avatar

Correct answer by
Level 10

Support has confirmed this result and we have passed this information to the AEM product team.

Avatar

Level 1

Is there any update or status on when this might be fixed?  I am also experiencing this.

Avatar

Level 1

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.

Avatar

Level 1

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

Avatar

Employee

super!

You could also have added -U option: mvn -U clean install