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代码依赖容易管理多了:)
之前找代码十分麻烦,还要解压管理,十分不便。