Changes between Version 26 and Version 27 of shareMaven


Ignore:
Timestamp:
10/18/2012 10:11:04 AM (14 years ago)
Author:
qinhongyuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • shareMaven

    v26 v27  
    265265}}} 
    266266---- 
     267=== 下载依赖包的源码 === 
     268---- 
     2691. 使用maven命令:mvn dependency:sources 下载依赖包的源代码。 
     2702. 使用参数: -DdownloadSources=true 下载源代码jar。 -DdownloadJavadocs=true 下载javadoc包。 
     271mvn dependency:sources -DdownloadSources=true -DdownloadJavadocs=true 
     272---- 
    267273 
    268274