Changes between Version 5 and Version 6 of shareMaven


Ignore:
Timestamp:
12/06/2011 10:20:38 AM (14 years ago)
Author:
qinhongyuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • shareMaven

    v5 v6  
    44<artifactId>项目名称</artifactId>[[BR]] 
    55<version>版本</vernsion>[[BR]] 
     6 
     7---- 
    68 
    79添加依赖:[[BR]] 
     
    1517}}} 
    1618 
     19---- 
     20 
     21添加中心库: 
     22所谓中心库就是包存放的地方或者是代理的地方 
     23 
     24{{{ 
     25        <repository> 
     26            <id>gamehall</id> 
     27            <name>Repository hosting the gamehall</name> 
     28            <url>http://192.168.75.11:8080/nexus-webapp-1.9.2.3/content/groups/public</url> 
     29            <releases> 
     30                <enabled>true</enabled> 
     31                <updatePolicy>never</updatePolicy> 
     32                <checksumPolicy>warn</checksumPolicy> 
     33            </releases> 
     34            <snapshots> 
     35                <enabled>false</enabled> 
     36            </snapshots> 
     37            <layout>default</layout> 
     38        </repository> 
     39}}} 
     40