No plugin found for prefix 'jetty' in the current project

后端 未结 5 1561
一生所求
一生所求 2020-12-30 23:04

I have added jetty mvn plugin code in my project pom.xml.


  org.mortbay.jetty         


        
5条回答
  •  星月不相逢
    2020-12-30 23:40

    if you don't find the settings.xml file in your home directory

    then add the default settings.xml file

    
      ${user.home}/.m2/repository
      true
      false
      false
      
        org.eclipse.jetty
      
    
    

提交回复
热议问题