I have set all plugins to work with Maven
But when I am trying to compile my Maven
project
using following command
mvn clean install -Dmaven.test.skip=true
I am getting following error in cmd
[ERROR] Error transferring file: sun.security.validator.ValidatorException: PKIX
path building failed: sun.security.provider.certpath.SunCertPathBuilderException
:unable to find valid certification path to requested target
Please help me in fixing this issue.