附录一 pom结构

阅读更多

以下是常用的pom可配置元素及其含义

 

 


  4.0.0
  
  
  
  	com.jiangnan.shop
  	shop-parent
  	0.0.1-SNAPSHOT
  	../shop-parent/pom.xml
  
  
  
  com.xxx.helloworld
  helloworld-parent
  1.0.0
  
  
  pom
  
  
  mediator-parent
  
  
  http://www.chinacloud.net/index.html
  
  
  
  	../mediator-dataobjects
  
  
  
  hello world测试项目
  
  
  
  	暂时没有前提条件
  
  
  
  
    
	nexus
	Team Nexus Repository
	http://10.80.6.34:8081/nexus/content/groups/public
    
  
  
  
  
	
	    nexus
		Team Nexus Repository
		http://10.80.6.34:8081/nexus/content/groups/public
	
  
  
  
  
  	
  	
  
  
  
  
  	
  		zhangsan
  		[email protected]
  	
  
  
  
  
  	
  		zhangsan
  		zhangsan
  		[email protected]
  		
  			senior software engineer
  		
  		8
  	
  
  
  
  
  	scm:svn://10.176.120.50/helloworld
  	scm:svn://10.176.120.50/helloworld
  	scm:svn://10.176.120.50/helloworld
  	
  

  
  
    4.7
  

  
  
  	
	    
	      junit
	      junit
	      ${junit.version}
	      test
	    
  	
  
  
  
  
    
  	
        
        	org.apache.maven.plugins
        	maven-compiler-plugin
        	3.0
        	
        		${jdk.version}
        		${jdk.version}
        		${project.build.sourceEncoding}
        	
        
  	
  
  
  
  
  	
  	
  		xxx-release
    	http://192.168.1.210:8080/nexus-2.0/content/repositories/xxx-release
  	
  	
  	
	    xxx-snapshots
	    http://192.168.1.210:8080/nexus-2.0/content/repositories/xxx-snapshots
	
  

 

 

你可能感兴趣的:(maven,pom)