Hi All, I am build aem project in jenkins pipeline facing below error.
Hi All, I am building aem project using jenkins pipeline facing below error.
Failed to execute goal on project projectname.core: Could not resolve dependencies for project
projectname.core:bundle:1.0.0-DEV202309050755-SNAPSHOT: The following artifacts could not be resolved:
org.apache.servicemix.bundles:org.apache.servicemix.bundles.azure-storage:jar:5.0.0_1,
javax.json:javax.json-api:jar:1.1.4, com.adobe.acs:acs-aem-commons-bundle:jar:4.8.6: Failure
find org.apache.servicemix.bundles:org.apache.servicemix.bundles.azure-storage:jar:5.0.0_1 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 adobe-public-releases has elapsed
or updates are forced -> [Help 1]
while trying to access http://repo.adobe.com/nexus/content/groups/public getting below error
can anyone please help.
Solved! Go to Solution.
Views
Replies
Total Likes
I think you should not be using the adobe repo anymore. you should use maven repo.
I think you should not be using the adobe repo anymore. you should use maven repo.
Hello @pragathiks
Can you please try using adobe-public profile while building the project?
mvn clean install -PautoInstallPackage -Padobe-public