This is a test project that I am working on. I have imported existing maven projects and am just trying to run a "clean package" maven build. I followed this article and imported the certificate as suggested. But I am still getting the same error when I am trying to build the project:
Failed to execute goal on project xyz-automation-test: Could not resolve dependencies for project com.abc.xyz:xyz-automation-test:pom:LOCALBUILD: Failed to collect dependencies at com.abc.xyz:xyz-automation-framework:jar:1.0-SNAPSHOT: Failed to read artifact descriptor for com.abc.xyz:xyz-automation-framework:jar:1.0-SNAPSHOT: Could not transfer artifact com.abc.xyz:xyz-automation-framework:pom:1.0-SNAPSHOT from/to test-automation-mvn (https://artifactory.corp.abc.com/artifactory/test-automation-mvn): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target -> [Help 1]
Can't understand what is the problem here?