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

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

    In my case the solution was just run mvn archtype:generate in Safe Mode under your user profile. After that I could run it in normal boot.

提交回复
热议问题