https://repo.adobe.com/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of adobe-public-releases has elapsed or updates are forced. Original error: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to adobe-public-releases (https://repo.adobe.com/nexus/content/groups/public
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Please configure your settings.xml in Apache Maven install directory and add Adobe Public Repository URL in adobe-profile section.
Follow this KB article https://helpx.adobe.com/in/experience-manager/kb/SetUpTheAdobeMavenRepository.html.
If it does not work, try to run the mvn command with -U option and with sudo in macos/Linux and with Admin privileges in Windows.
Ex: mvn clean install -PautoInstallPackage -U
Hi,
Please configure your settings.xml in Apache Maven install directory and add Adobe Public Repository URL in adobe-profile section.
Follow this KB article https://helpx.adobe.com/in/experience-manager/kb/SetUpTheAdobeMavenRepository.html.
If it does not work, try to run the mvn command with -U option and with sudo in macos/Linux and with Admin privileges in Windows.
Ex: mvn clean install -PautoInstallPackage -U
Views
Replies
Total Likes
Could you tell which link you are following or what steps you did so that we can guide you properly ? I understand your issue and have seen it before too , but may be the steps you followed so far might give us the right idea on this issue. It could either be a firewall issue or issue with the repositories added.
Have you added the Adobe Public profile to you settings.xml ? Follow this link https://helpx.adobe.com/in/experience-manager/kb/SetUpTheAdobeMavenRepository.html
And if it still don't solve , add -Padobe-public to the command and try running.
Just adding some links with similar issues highlighted
Thanks
Veena ✌
Instructions on how to use repo are displayed on https://repo.adobe.com/index.html
Please use "https" protocol instead of "http"
Also, have a look at: https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-17454.html?lang=en
Views
Replies
Total Likes