Hi,
> When I add the maven certificate to JRE certs, its working fine.
> But every time there is change at maven side, I need to add the certification 
> again.
> Is there anything we can add to the setttings?

This has nothing do to with Maven, but with your Java installation.
I assume you're working in a corporate environment that uses its own PKI
with its own (root) certificates.

Java normally doesn't use the certificates provided by your OS, but
instead has its own certificate store (the already mentioned cacerts
file that is contained in your Java installation).

Therefore you have to manually add your company PKI certs to the Java
installation to get rid of the PKIX path building error...


Again, this has nothing to do with Maven and changes as the Mave side
you mentioned (whatever this is).


HTH

Thorsten

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to