当前位置 : 主页 > 编程语言 > c++ >

dubbo-maven-jar-pom.xml

来源:互联网 收集:自由互联 发布时间:2021-06-30
Maven 打包 dubbo 可运行 jar 的通用配置 4.0.0 example.com jarstarter jar 1.0-SNAPSHOT http://maven.apache.org UTF-8 1.8 aliyunmaven http://maven.aliyun.com/nexus/content/groups/public/ nexus-releases Nexus Release Repository http:/
Maven 打包 dubbo 可运行 jar 的通用配置
 

 
    
  
   4.0.0
  
    
  
   example.com
  
    
  
   jarstarter
  
    
  
   jar
  
    
  
   1.0-SNAPSHOT
  
    
  
   http://maven.apache.org
  
    
   
   
    UTF-8
    
   
    1.8
    
  
    
    
   
    
    
     aliyunmaven
     
    
     http://maven.aliyun.com/nexus/content/groups/public/
     
    
  

    
  
    
   
    
    
     nexus-releases
     
    
     Nexus Release Repository
     
    
     http://192.168.100.66:8081/nexus/content/repositories/releases/
     
    
    
    
     nexus-snapshots
     
    
     Nexus Snapshot Repository
     
    
     http://192.168.100.66:8081/nexus/content/repositories/snapshots/
     
    
  

    
   
    
    
    
     junit
     
    
     junit
     
    
     4.12
     
    
  

    
   
    
   
    jarstarter
    
    
     
     
      ${project.build.directory}/classes
      
     
      src/main/resources
      
     
      true
      
      
      
       **/*.xml
       
      
       **/*.properties
       
      
      
       
      
       spring/*.xml
       
      
     
     
     
     
      ${project.build.directory}/classes/META-INF/spring
      
     
      src/main/resources/spring
      
     
      true
      
      
      
       *.xml
       
      
     
    
    
     
     
     
      org.apache.maven.plugins
      
     
      maven-resources-plugin
      
     
      3.0.2
      
      
      
       UTF-8
       
      
     
     
     
     
      org.apache.maven.plugins
      
     
      maven-compiler-plugin
      
     
      3.6.1
      
      
      1.8 
      
       1.8
       
      
       UTF-8
       
      
     
     
     
     
      org.apache.maven.plugins
      
     
      maven-jar-plugin
      
     
      3.0.2
      
      
      
       target/classes/
       
       
        
         
        
         false
         
         
        
         true
         
         
        
         lib/
         
         
        
         com.alibaba.dubbo.container.Main
         
        
       
      
     
     
     
     
      org.apache.maven.plugins
      
     
      maven-dependency-plugin
      
     
      2.10
      
      
       
       
        copy
        
       
        package
        
        
        
         copy-dependencies
         
        
        
        
         jar
         
        
         jar
         
        
          ${project.build.directory}/lib 
         
        
       
      
     
    
  

 
网友评论