Changes between Version 25 and Version 26 of shareMaven
- Timestamp:
- 04/26/2012 10:59:54 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
shareMaven
v25 v26 237 237 ---- 238 238 239 ---- 240 项目上传到nexus上,pom.xml配置 241 {{{ 242 <distributionManagement> 243 <repository> 244 <id>snapshots</id> 245 <name>pcgroup repository</name> 246 <url>http://192.168.75.11:8080/nexus-webapp-1.9.2.3/content/repositories/snapshots/</url> 247 </repository> 248 </distributionManagement> 249 }}} 250 setting.xml配置 251 {{{ 252 <servers> 253 <server> 254 <id>snapshots</id> 255 <username>admin</username> 256 <password>admin123</password> 257 </server> 258 </servers> 259 }}} 260 261 pom.xml与setting.xml的id要匹配,提供上传授权用的[[BR]] 262 maven命令 263 {{{ 264 mvn clean package deploy 265 }}} 266 ---- 267 239 268 240 269 === '''游戏大厅Maven使用总结''' ===
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)