Missing Maven Plugin Jetty

前端 未结 7 2233
小鲜肉
小鲜肉 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条回答
  •  感动是毒
    2021-02-19 04:54

    Did you add the plugin to the pom.xml? A quick google search found this:

    
      ...
      
        ...
        
          
            org.codehaus.mojo
            jetty-maven-plugin
          
        
      
    
    

    Found here: http://mojo.codehaus.org/jetty-maven-plugin/usage.html

提交回复
热议问题