Changes between Version 6 and Version 7 of WikiStart


Ignore:
Timestamp:
09/27/2012 06:11:02 PM (14 years ago)
Author:
huangxianduan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v6 v7  
    2626== 开发环境 == 
    2727* svn: http://svn.demo.pc.com.cn/svn/wallpaper/ 
    28 * 构建及代码检查: http://192.168.75.14:9000/dashboard/index/1081?did=1 
     28* 构建及代码检查: http://sonar.pc.com.cn/dashboard/index/887 
    2929* maven 3.0.2  
    3030 * maven 安装包:[attachment:apache-maven-3.0.2-bin.zip] 
    3131 * maven 配置文件(请修改<localRepository>部分): [attachment:settings.xml] 
    32  * nexus 本地服务器:http://192.168.75.14:8081/nexus/ 
     32 * nexus 本地服务器:http://ci.pc.com.cn/nexus/ 
    3333 * 使用依赖关系编译生成war: mvn install 
    3434 * 常用指令:mvn compile,    mvn package,   mvn install,   mvn clean