mvn archetype:generate does not work-no plugin found for prefix 'archetype'

后端 未结 15 1446
挽巷
挽巷 2020-12-01 09:05

I want to build a simple project using a existing archetype. But I can\'t run mvn archetype:generate as it keeps telling me the following information

         


        
15条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-01 09:55

    The other thing that could be going wrong is that your machine is behind a firewall or proxy so your box is not able to hit http://repo1.maven.org/maven2. Try accessing this URL directly in a browser or something to test if you are able to make the request.

提交回复
热议问题