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

refactor pom.xml #8

Open
smallnest opened this issue Aug 6, 2018 · 0 comments
Open

refactor pom.xml #8

smallnest opened this issue Aug 6, 2018 · 0 comments

Comments

@smallnest
Copy link
Owner

先前只有最外层的pom.xml,它构建所有的package。

2.0的代码@goodjava增加了很多服务治理的功能, 并且拆成多个package,所以需要重构一下, 类似netty、dubbo这样的组织方式。

其中,
groupId artifactId 可以分别叫做

   <groupId>com.colobu.rpcx</groupId>
   <artifactId>rpcx-parent</artifactId>
   <version>2.0-SNAPSHOT</version>
   <groupId>com.colobu.rpcx</groupId>
   <artifactId>server</artifactId>
   <version>2.0-SNAPSHOT</version>
   <groupId>com.colobu.rpcx</groupId>
   <artifactId>client</artifactId>
   <version>2.0-SNAPSHOT</version>
   <groupId>com.colobu.rpcx</groupId>
   <artifactId>common</artifactId>
   <version>2.0-SNAPSHOT</version>
   <groupId>com.colobu.rpcx</groupId>
   <artifactId>container</artifactId>
   <version>2.0-SNAPSHOT</version>

相关的依赖定义放在rpcx-parent的pom.xml中, 库的版本号放在properties中。

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

1 participant