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

后端 未结 15 1518
挽巷
挽巷 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:58

    In case you are behind coporate firewall , configure the proxy setting using "settings.xml" under /conf directory username,password,host&port values need to be provided.

     |
    
      optional
      true
      http
      proxyuser
      proxypass
      proxy.host.net
      80
      local.net|some.host.com
    
    

提交回复
热议问题