Uber jar does not transfer after generating AEM project
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/😞 Transfer failed for https://nexus.int.ally.com/nexus/repository/ally-repo-group/com/adobe/aem/uber-jar/6.5.8/uber-jar-6.5.8-apis.jar: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target -> [Help 1]
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/😞 Transfer failed for https://nexus.int.ally.com/nexus/repository/ally-repo-group/com/adobe/aem/uber-jar/6.5.8/uber-jar-6.5.8-apis.jar
