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

前端 未结 8 1141
无人共我
无人共我 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:48

    It seems repo is temporary broken, so you have to download it manualy.

    1. Download all dependencies from http://repository.primefaces.org/org/primefaces/themes/

    Here is how to do that: How to download HTTP directory with all files and sub-directories as they appear on the online files/folders list?

    wget -r -np -nH --cut-dirs=3 -R index.html http://repository.primefaces.org/org/primefaces/themes/
    
    1. Move it to your ~/.m2/repository/org/primefaces/themes dir
    2. Update local repository index img: NetBeans update index example

提交回复
热议问题