pom标签详解

  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

 
  4.0.0

 
 
  com.jsun.demo
 
  demo-maven01
 
 
  0.0.1-SNAPSHOT
 
  jar

 
 
    org.springframework.boot
    spring-boot-starter-parent
    1.2.5.RELEASE
 

 
 
   
 

 
  Maven01
  http://maven.apache.org
  测试maven项目

 
 
   
   
       
        001
       
        jsun
       
        [email protected]
       
       

       
       
            developer
       

       
        com-jsun
       
        http://demo.jsun.com/jsun   
   
 


 
 
   
       
       
       
       
       
       
       
   

 

 
 
     
     
 


 
 
    UTF-8
    3.8.1
 

 
 
   
   
      org.springframework
      spring-core
      1.2.6

     
      jar


     
     
     
     
      test


     
     
       
     

   

       
            org.springframework.boot
            spring-boot-configuration-processor
           
            true
       

   
        net.sf.json-lib
        json-lib
       
        jdk15
        2.4
   

 

 
 
   
       
          junit
          junit
          ${junit.version}      
       

   

 

 
 
   
    myProject  

   
   
       
            org.apache.maven.plugins
            maven-source-plugin
            2.4
           
               
                    package
                   
                        jar-no-fork
                   

               

           

       

   

   
   
       
           
                maven-compiler-plugin
               
               
               
                   
                    1.7
                   
                    1.7
                   
                    ${project.build.sourceEncoding}
               

           

       
   
 

 

你可能感兴趣的:(pom标签详解)