jars are missing on `artifactory` server after installing primefaces all-themes

前端 未结 8 1142
无人共我
无人共我 2020-12-14 19:30

I am trying to follow http://primefaces.org/themes to get it working.

All community themes are also available in \"all-in-one\" package.



        
8条回答
  •  南方客
    南方客 (楼主)
    2020-12-14 19:50

    The http://repository.primefaces.org redirects to secure https://repository.primefaces.org, but the the server's certificate can't be trusted based on Java's default trust store.

    You have two options:

    1. Add the "Let's Encrypt Authority X3" CA cert to the /lib/sercurity/cacerts. (The default password is: changeit)
    2. Ignore maven's certificate validation: How to tell Maven to disregard SSL errors (and trusting all certs)?

提交回复
热议问题