1、使用1.3.0版本,Fetch All,居然沒有顯示所有的匹配?只是111of 155,這是怎么回事?
2、可以在Configuration里設置是否包含在查詢結果當中,配置項為Include in Search
3、搜索spring很多匹配項,
居然沒有顯示 sources的,可能在翻頁鐘才可以查到。。。 以前好像不是這樣的啊
Concept:
有些jar包有artifact,同時還有pom文件(
描述這個jar包本身的依賴關系?)
Pitfalls:
1、服務器上明明有的jar包,怎么楞是下載不了?
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.1</version>
<classifier>sources</classifier>
</dependency>
Downloading: http://server/nexus/content/groups/public//org/apache/commons/commons-parent/9/commons-parent-9.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
GroupId: org.apache.commons
ArtifactId: commons-parent // 請求的明明是3.2.1版本的jar包。怎么會去下載org/apache/commons/commons-parent/9/commons-parent-9.pom 呢?哪里來的ArtifactId: commons-parent??
Version: 9
091025 有了nexus代碼依賴容易管理多了:)
之前找代碼十分麻煩,還要解壓管理,十分不便。