Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Unable to build wknd project sun.security.provider.certpath.SunCertPathBuilderException

Avatar

Level 1

Hi All,

 

I have created Adobe profile in settings.xml file.

 

I am using Intellij / JDK 1.8 and unable to build using : mvn clean install

 

I tried adding the adobe client cert in CACERT  in JRE/JDK ; also manually added the commons-imaging-1.0-alpha2.jar , still getting the same error. 

 

Can anybody help ?

 

Could not resolve dependencies for project com.adobe.aem.guides:aem-guides-wknd.core:jar:0.1.1-SNAPSHOT: Failed to collect dependencies at io.wcm:io.wcm.testing.aem-mock.junit5:jar:3.0.2 -> io.wcm:io.wcm.testing.aem-mock.core:jar:3.0.2 -> org.apache.commons:commons-imaging:jar:1.0-R1534292: Failed to read artifact descriptor for org.apache.commons:commons-imaging:jar:1.0-R1534292: Could not transfer artifact org.apache.commons:commons-imaging:pom:1.0-R1534292 from/to adobe-public-releases (https://repo.adobe.com/nexus/content/groups/public Transfer failed for https://repo.adobe.com/nexus/content/groups/public/org/apache/commons/commons-imaging/1.0-R1534292/c...: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

 

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

You can use below command to build your package

mvn clean install -PautoInstallPackage -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true 

 

Or you can follow steps mentioned in this thread-

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/error-while-maven-build-su...

 

 

 

 

View solution in original post

4 Replies

Avatar

Community Advisor

@aemuser07 can you please post your settings.xml and also output of 

 mvn help:effective-settings

Avatar

Level 1

I am getting a different error now ; I had two profiles ; so I deleted everything from .m2 directory and recreated settings.xml file.

 

Getting the error:

[ERROR] No plugin found for prefix 'help' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Users\manab23\.m2\repository), adobe-public-releases (https://repo.adobe.com/nexus/content/groups/public), central (https://repo.maven.apache.org/maven2)] -> [Help 1]

 

I copied the exact settings.xml file from 

https://experienceleague.adobe.com/docs/experience-manager-learn/foundation/development/set-up-a-loc...

 

Avatar

Correct answer by
Community Advisor

You can use below command to build your package

mvn clean install -PautoInstallPackage -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true 

 

Or you can follow steps mentioned in this thread-

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/error-while-maven-build-su...

 

 

 

 

Avatar

Level 1

Hoje recebi esse mesmo erro ao iniciar um project test AEM, para a correção segui a dica de um forum:

https://stackoverflow.com/questions/40763263/maven-could-not-find-artifact-when-trying-to-include-a-...

 

Usar o comando: mvn clean install

 

Resolveu para mim