Maven: Failed to retrieve plugin descriptor error

前端 未结 15 1749
粉色の甜心
粉色の甜心 2020-11-28 23:23

I configured Maven 3.0.3 and tried to download a sample project using archetypes with this command:

mvn archetype:generate -DarchetypeGroupId=org.graniteds.         


        
15条回答
  •  心在旅途
    2020-11-29 00:05

    For me, the solution given on the page maven is not able to download anything from central because ssl don't work worked, when running Mint 19 in a VM:

    sudo apt install ca-certificates-java
    sudo update-ca-certificates -f
    

提交回复
热议问题