Error while building git WCM core components | Community
Skip to main content
adobecq-venkat
New Participant
April 13, 2018
Solved

Error while building git WCM core components

  • April 13, 2018
  • 10 replies
  • 4905 views

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 Components - flexible,… https://github.com/Adobe-Marketing-Cloud/aem-core-wcm-components

Thanks for your help.

Venkat

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 smacdonald2008

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

10 replies

Feike_Visser1
Employee
April 16, 2018

super!

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

fraser_mackenzi
New Participant
April 16, 2018

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

Feike_Visser1
Employee
April 16, 2018

Can you try now? The artifact is now there

fraser_mackenzi
New Participant
April 16, 2018

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.

fraser_mackenzi
New Participant
April 16, 2018

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

adobecq-venkat
New Participant
April 13, 2018

Thanks you!!

smacdonald2008
smacdonald2008Accepted solution
New Participant
April 13, 2018

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

adobecq-venkat
New Participant
April 13, 2018

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

smacdonald2008
New Participant
April 13, 2018

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.

smacdonald2008
New Participant
April 13, 2018

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

I will post back results..