dangdangdotcom / dubbox

Dubbox now means Dubbo eXtensions, and it adds features like RESTful remoting, Kyro/FST serialization, etc to the Dubbo service framework.
http://dangdangdotcom.github.io/dubbox
Apache License 2.0
4.89k stars 2.06k forks source link

dubbox可以发布到maven中央仓库么? #37

Open fangstao opened 9 years ago

fangstao commented 9 years ago

dubbox能像dubbo一样发布到maven中央仓库么,应该方便很多人,不然还要配置自己的私服。 ps:感谢dubbox的无私奉献。

haoqoo commented 9 years ago

cd dubbo目录mvn install后,会在本地仓库创建一个dubbo啊。

fangstao commented 9 years ago

谢谢 我就是install后,发布到私服的 我的意思,是发布到中央仓库,加载方便一点点吧。 或许我感觉从中央仓库加载感觉很正式的样子,个人《情节》吧。

li-shen commented 9 years ago

应该不会发布到中央仓库

gsgsdtc commented 9 years ago
<dependency>
    <groupId>dangdangdotcom</groupId>
    <artifactId>dubbox</artifactId>
    <version>2.8.4</version>
       <scope>system</scope>
    <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/dubbo-2.8.4.jar</systemPath>
</dependency>

用这种方式我觉得比较好点,dubbox如果不发布到中央仓库的话

yuankui commented 8 years ago

还是用私服吧..方便些

VectorHo commented 8 years ago

@gsgsdtc system这种加载外部jar的方式有两个问题:

lx514014 commented 7 years ago

mvn install后提示找不到jar包啊

shijiebei2009 commented 7 years ago

@li-shen 为嘛不发中央仓库呢?

zhangyou1010 commented 7 years ago

蛋痛,公网的中央库都没看到dubbox