Hello,
I'm not sure if this is the correct forum for this. I am new to AEM and have been working through some tutorials. I generated a java project using the adobe archititype and when I try to build I keep getting errors when downloading the uber-jar-6.5.8-apis.jar. I cannot use the public repository due to proxy issues. The jar does exist in our Maven repository.
I tried to run the mvn clean install in offline mode and I still get the error
Any thoughts on how to resolve this would be appreciated. I did search the knowledge base but nothing really matched.
[ERROR] Failed to execute goal on project learn.core: Could not resolve dependencies for project com.adobe.aem.guides:learn.core:jar:0.0.1-SNAPSHOT: The following artifacts could not be resolved: com.adobe.aem:uber-jar:jar:apis:6.5.8, org.apache.commons:commons-imaging:jar:1.0-R1534292: Could not transfer artifact com.adobe.aem:uber-jar:jar:apis:6.5.8 from/to devops-ally-repo-group (https://nexus.int.ally.com/nexus/repository/ally-repo-group/
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project learn.core: Could not resolve dependencies for project com.adobe.aem.guides:learn.core:jar:0.0.1-SNAPSHOT: The following artifacts could not be resolved: com.adobe.aem:uber-jar:jar:apis:6.5.8, org.apache.commons:commons-imaging:jar:1.0-R1534292: Could not transfer artifact com.adobe.aem:uber-jar:jar:apis:6.5.8 from/to devops-ally-repo-group (https://nexus.int.ally.com/nexus/repository/ally-repo-group/
Views
Replies
Total Likes
@gdeacon0720 It seem to be routed via your org repo and they might have certs in place before you are authorized.
Get the certs from your team and add them to the JRE.
Thank you for the quick response. I don't know what certs to get and when I use our own AEM projects all builds fine. So I added a second profile in my settings.xml per one of the many articles here and set to be the active one.
My new adobe profile...
Thank you for your response. I appreciate the referenced article however my issue when I use the adobe-public profile shown in my post. I cannot download the uber.jar-api dependency. It times out. If I use our corport Maven repo maven throws a security exception even though the jar is on our repisotry.
-Garrett
Views
Replies
Total Likes
So I tried to follow the steps in the referenced article. when I attempt to run mvn eclipse:eclipse the depeency/plugin tree it attempting to install node.js (which I alreay have). why is this. Anyway it is failing (see below) Is there a way to stop this or use what is already installed?
com.github.eirslett:frontend-maven-plugin:1.7.6:install-node-and-npm (install node and npm) on project learn.ui.frontend: Could not download Node.js: Could not download https://nodejs.org/dist/v10.13.0/node-v10.13.0-darwin-x64.tar.gz: Operation timed out (Read failed) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.7.6:install-node-and-npm (install node and npm)
Thanks
Views
Replies
Total Likes