Changes between Version 5 and Version 6 of shareMaven
- Timestamp:
- 12/06/2011 10:20:38 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
shareMaven
v5 v6 4 4 <artifactId>项目名称</artifactId>[[BR]] 5 5 <version>版本</vernsion>[[BR]] 6 7 ---- 6 8 7 9 添加依赖:[[BR]] … … 15 17 }}} 16 18 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
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)