Re: How to package dubbo.jar correctly?

2018-05-09 Thread ss宋顺
rg>" Cc: Jason Subject: Re: How to package dubbo.jar correctly? Hi,Jun, I have recorded this question:“ What's the difference between version 2.6.x and version 2.5.x ?” in FAQ page https://github.com/apache/incubator-dubbo/wiki/FAQ You can add more details in it. Xin Wang lovep...@ho

Re: How to package dubbo.jar correctly?

2018-05-09 Thread Wang Xin
Hi,Jun, I have recorded this question:“ What's the difference between version 2.6.x and version 2.5.x ?” in FAQ page https://github.com/apache/incubator-dubbo/wiki/FAQ You can add more details in it. Xin Wang lovep...@hotmail.com 在 2018年5月10日,上午8:07,Jun Liu

Re: How to package dubbo.jar correctly?

2018-05-09 Thread Jun Liu
Hi song, > However, the pom file in official released artifact is > https://github.com/apache/incubator-dubbo/blob/2.5.x/dubbo-maven/pom.xml > These 2 pom files are quite different, especially in the dependency scope > part. You can package to generate an all-in-one dubbo jar, and the only

How to package dubbo.jar correctly?

2018-05-07 Thread ss宋顺
Hi there, I have a patch that needs to be applied to our organization first. So I use the normal way - 'mvn clean install -DskipTests=true' to package the dubbo.jar (based on branch 2.5.x). However, the pom file for the generated artifact is