tags:

views:

18

answers:

1

whenever i try to download file using command line it causes below error

(suppose i am firing command for creating jira plugin : atlas-create-jira-plugin)

[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
Downloading: https://m2proxy.atlassian.com/repository/public/com/sun/jersey/jersey-test   framework/1.1.2-ea/jersey-test-framework-1.1.2-ea.pom
[WARNING] Unable to get resource 'com.sun.jersey:jersey-test-framework:pom:1.1.2-ea' from repository atlassian-public (https://m2proxy.atlassian.com/repository/public): 
Error transferring file: sun.security.validator.ValidatorException: PKIX path building  
failed: sun.security.provider.certpath.SunCe
rtPathBuilderException: unable to find valid certification path to requested target

and when i am downloading it from browser it working perfectly fine

i also have import .pem file using keytool

give me possible solution

thanks, vivek shah

A: 

Sorry, I couldn't really understand what you are trying to do. Perhaps if you listed the actions you took and what you expected to happen it might help.

mdoar