alibaba / taokeeper

ZooKeeper-Monitor, a monitor for zookeeper in java. Download https://github.com/alibaba/taokeeper/downloads

Home Page:http://jm-blog.aliapp.com/?p=1450

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mvn install缺少依赖包

tullyliu opened this issue · comments

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

    <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二方库?

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

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

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

Alibaba OpenSource Maven Repository,all denpendencies are here. Any question: nileader@gmail.com


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/



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

不能访问这两个仓库

can not find zkclient-0.2-SNAPSHOT.jar too

commented

记得git上有人上传过

不能访问这两个库