maven參考配置

<mirror>    
        <id>repo2</id>    
        <mirrorOf>central</mirrorOf>    
        <name>Human Readable Name for this Mirror.</name>    
        <url>http://repo2.maven.org/maven2/</url>    
      </mirror>
  
     <mirror>    
        <id>ui</id>    
        <mirrorOf>central</mirrorOf>    
        <name>Human Readable Name for this Mirror.</name>    
        <url>http://uk.maven.org/maven2/</url>    
    </mirror>

  
    <mirror>    
       <id>ibiblio</id>    
       <mirrorOf>central</mirrorOf>    
       <name>Human Readable Name for this Mirror.</name>    
       <url>http://mirrors.ibiblio.org/pub/mirrors/maven2/</url>    
   </mirror>
 
   <mirror>    
       <id>jboss-public-repository-group</id>    
       <mirrorOf>central</mirrorOf>    
       <name>JBoss Public Repository Group</name>    
      <url>http://repository.jboss.org/nexus/content/groups/public</url>    
   </mirror>
 
   <mirror>    
       <id>JBossJBPM</id>   
    <mirrorOf>central</mirrorOf>   
      <name>JBossJBPM Repository</name>        <url>https://repository.jboss.org/nexus/content/repositories/releases/</url>  
   </mirror>
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章