maven-archetype-quickstart 项目pom.xml配置文件摘要


    
        
            maven-jar-plugin
            3.0.2
            
                
                    
                        true
                        lib/
                        com.example.Main
                    
                
            
        
        
            org.apache.maven.plugins
            maven-dependency-plugin
            
                
                    copy
                    package
                    
                        copy-dependencies
                    
                    
                        ${project.build.directory}/lib
                        false
                        false
                        true
                    
                
            
        
        
            maven-assembly-plugin
            3.3.0
            
                
                    jar-with-dependencies
                
                
                    
                        com.example.Main
                    
                
            
            
                
                    make-assembly 
                    package 
                    
                        single
                    
                
            
        
    

你可能感兴趣的:(maven-archetype-quickstart 项目pom.xml配置文件摘要)