“Plugin not found for prefix” error in Eclipse

后端 未结 5 771
隐瞒了意图╮
隐瞒了意图╮ 2020-12-16 13:54

In Eclipse I imported a maven-based project which uses maven jetty plugin. If I run mvn jetty:run from command line, everything works fine. If I add a run con

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-16 14:28

    It does not work for me from command-line either.

    Can you check if it works after adding the following in settings.xml as documented?

    
        org.mortbay.jetty
    
    

    Also note that there are two different versions of the plugin - the older maven jetty plugin and the newer jetty maven plugin.

提交回复
热议问题