How to fix Maven build plugin failing with SSLcert SSL error?
I'm exploring the maven build capabilities and therefore try to build the example workspace from github:
https://github.com/axonivy/project-build-examples/tree/7.0
But the build fails very early when entering `mvn clean verify`:
[ERROR] Failed to execute goal com.axonivy.ivy.ci:project-build-plugin:7.0.0:installEngine (default-installEngine) on project crm: Failed to find engine download link in list page https://developer.axonivy.com/download/maven.html: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target -> [Help 1]
What am I missing?
![alt text][1]
[1]: https://answers.axonivy.com/upfiles/mavenCiHttpsCertError.PNG