Missing Maven Plugin Jetty

前端 未结 7 2245
小鲜肉
小鲜肉 2021-02-19 04:15

I am having trouble folowing this http://hrycan.com/2012/03/28/primefaces-lazy-loading-datatable-for-jsf2/

It says I should just run

mvn jetty:run
         


        
7条回答
  •  萌比男神i
    2021-02-19 04:52

    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.
    source

提交回复
热议问题