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

后端 未结 5 1552
一生所求
一生所求 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:32

    That's what worked for me in a multimodule Maven project in Eclipse:

    1 Open Run Configurations dialog.

    2.Look at the “Base Directory:” Is there really the directory of your webapp’s submodule or is it the parent module’s directory?

    3 If it is the latter, click on “Workspace” button and select the submodule’s (webapp’s) directory.

提交回复
热议问题