Maven: Failed to retrieve plugin descriptor error

前端 未结 15 1719
粉色の甜心
粉色の甜心 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:07

    This problem will solve when we change the version of apache-maven

    I faced it and it was solved when i used apache-maven-2.2.1

提交回复
热议问题