Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mvn install缺少依赖包 #5

Open
tullyliu opened this issue May 31, 2012 · 10 comments
Open

mvn install缺少依赖包 #5

tullyliu opened this issue May 31, 2012 · 10 comments

Comments

@tullyliu
Copy link

com.taobao.taokeeper:zkclient:jar:0.2-SNAPSHOT,
common.toolkit:common-toolkit:jar:0.0.3-SNAPSHOT

@ghost
Copy link

ghost commented Nov 14, 2012

    <dependency>
        <groupId>com.taobao.taokeeper</groupId>
        <artifactId>zkclient</artifactId>
    </dependency>

    <dependency>
        <groupId>common.toolkit</groupId>
        <artifactId>common-toolkit</artifactId>
    </dependency>

    <dependency>
        <groupId>common.toolkit</groupId>
        <artifactId>common-toolkit</artifactId>
        <classifier>sources</classifier>
    </dependency>

这几个依赖都没有,用不起来的。淘宝没有对外的maven二方库?

@hi-wayne
Copy link

我的办法是
https://github.com/downloads/taobao/taokeeper/taokeeper-monitor.tar.gz
下载编译通过的应用程序,然后把上面三个jar,放入本地的nexus私服
这样编译就可以通过了

估计是有些包,taobao还没有开源出来,暂时只能这样搞了

@hi-wayne
Copy link

see https://github.com/nileader
good luck

@xrogzu
Copy link

xrogzu commented Mar 9, 2013

要有开源的态度啊,至少要能在外网maven全部编译通过哦,不开源的包,至少要给个独立的包下载地方吧

@nileader
Copy link
Member

Alibaba OpenSource Maven Repository,all denpendencies are here. Any question: [email protected]


opensource


taocodeReleases
taocode nexus
http://mvnrepo.code.taobao.org/nexus/content/repositories/releases/


taocodeSnapshots
taocode nexus
http://mvnrepo.code.taobao.org/nexus/content/repositories/snapshots/



@cpsing
Copy link

cpsing commented Apr 4, 2014

http://mvnrepo.code.taobao.org/nexus/content/repositories/snapshots/
糟糕!谷歌浏览器无法连接到 mvnrepo.code.taobao.org

@java10000
Copy link

不能访问这两个仓库

@qidaneix
Copy link

can not find zkclient-0.2-SNAPSHOT.jar too

@justein
Copy link

justein commented Mar 7, 2016

记得git上有人上传过

@duguyixiaono1
Copy link

不能访问这两个库

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants