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

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

    If this warning is accompanied by the warning:

    Received fatal alert: protocol_version
    

    Then check your java version. I was able to solve this issue by upgrading my java version from 7 to 10. See the following:

    https://github.com/technomancy/leiningen/issues/2364

提交回复
热议问题