Changes between Version 9 and Version 10 of shareMaven


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

--

Legend:

Unmodified
Added
Removed
Modified
  • shareMaven

    v9 v10  
    5757 
    5858当然nexus提供界面操作上传 
     59 
     60 
     61---- 
     62 
     63公司内部需要走代理访问外部的,所以在设置的时候也要加上代理 
     64修改setting.xml文件 
     65 
     66{{{ 
     67    <proxy> 
     68      <id>pconline</id> 
     69      <active>true</active> 
     70      <protocol>http</protocol> 
     71      <host>192.168.11.254</host> 
     72      <port>8080</port> 
     73    </proxy> 
     74}}}