Changes between Version 9 and Version 10 of WikiStart


Ignore:
Timestamp:
01/29/2013 03:40:06 PM (13 years ago)
Author:
chenchongqi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v9 v10  
    1818  <version>1.1.0-SNAPSHOT</version> 
    1919</dependency> 
     20}}} 
     21注:因为目前1.1.0是SNAPSHOT版本,请在maven本地配置settings.xml中加上仓库的SNAPSHOT容器信息 
     22{{{ 
     23<repository> 
     24   <id>snapshots-repository</id> 
     25   <name>snapshots repository</name> 
     26   <url>http://ci.pc.com.cn/nexus/content/repositories/snapshots</url> 
     27   <releases> 
     28      <enabled>false</enabled> 
     29   </releases> 
     30   <snapshots> 
     31      <enabled>true</enabled> 
     32   </snapshots> 
     33</repository> 
    2034}}} 
    2135