Changes between Version 24 and Version 25 of shareMaven


Ignore:
Timestamp:
04/26/2012 09:28:18 AM (14 years ago)
Author:
qinhongyuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • shareMaven

    v24 v25  
    5656}}} 
    5757 
    58 当然nexus提供界面操作上传 
     58当然nexus提供界面操作上传[[BR]] 
     59maven上传到nexus 
     60{{{ 
     61 mvn deploy:deploy-file -DgroupId=org.apache.hadoop  -DartifactId=hbase -Dversion=1.0 -Dpackaging=jar -Dfile=[path to file] -Durl=[url] -DrepositoryId=[id] 
     62}}} 
    5963 
    6064