Changes between Version 27 and Version 28 of shareMaven


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

--

Legend:

Unmodified
Added
Removed
Modified
  • shareMaven

    v27 v28  
    267267=== 下载依赖包的源码 === 
    268268---- 
     269{{{ 
    2692701. 使用maven命令:mvn dependency:sources 下载依赖包的源代码。 
    2702712. 使用参数: -DdownloadSources=true 下载源代码jar。 -DdownloadJavadocs=true 下载javadoc包。 
    271272mvn dependency:sources -DdownloadSources=true -DdownloadJavadocs=true 
     273}}} 
    272274---- 
    273275