Mavn tomcat jetty 插件

tomcat

  
        
            
                org.apache.maven.plugins
                maven-compiler-plugin
                
                    1.8
                    1.8
                    UTF-8
                
            
            
                org.apache.tomcat.maven
                tomcat7-maven-plugin
                
                    8080
                    /
                    UTF-8
                
            
        
    
Mavn tomcat jetty 插件_第1张图片
image.png

jetty

   
            
                org.mortbay.jetty
                maven-jetty-plugin
                6.1.25
                
                    
                        
                            8080
                            60000
                        
                    
                    /
                    0
                
            

或者
   
                org.apache.maven.plugins
                maven-compiler-plugin
                3.1
                
                    1.7
                    1.7
                
            
            
                org.eclipse.jetty
                jetty-maven-plugin
                9.4.6.v20170531
                
                    10
                    foo
                    9999
                    
                        /${project.artifactId}
                    
                
            
Mavn tomcat jetty 插件_第2张图片
image.png

你可能感兴趣的:(Mavn tomcat jetty 插件)