maven (无springboot)项目 打成jar 指定main方法



        
            
                org.codehaus.mojo
                appassembler-maven-plugin
                1.2.1
                
                    
                        make-assembly
                        package
                        
                            assemble
                        

                    

                

                
                    
                    flat
                    conf
                    src/main/resources
                    true
                    true
                    
                    ${project.build.directory}/client
                    
                    -Xms128m
                    
                        .sh
                    

                    
                        windows
                        unix
                    

                    lib
                    
                        
                            
                            com.sun.httpserver.HttpServer
                            
                            start
                        

                    

                

            
        
    

你可能感兴趣的:(maven (无springboot)项目 打成jar 指定main方法)