Eclipse中将maven 打包成jar包

1、pom.xml

    
        
            
                org.apache.maven.plugins
                maven-assembly-plugin
                3.3.0
                
                    
                        
                            com.imooc.mavens.Test
                        
                    
                    
                    
                        jar-with-dependencise
                    
                
            
        
    

2、Run Configurations 新建Apply 然后Run

image.png
image.png

3、执行jar包

image.png

你可能感兴趣的:(Eclipse中将maven 打包成jar包)