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

Add guide to add a new module to Dubbo #350

Open
ralf0131 opened this issue Apr 4, 2019 · 0 comments
Open

Add guide to add a new module to Dubbo #350

ralf0131 opened this issue Apr 4, 2019 · 0 comments
Assignees

Comments

@ralf0131
Copy link

ralf0131 commented Apr 4, 2019

Create a new page under contributor guide, to document how to add a new module to Dubbo:

  1. Update dubbo-all/pom.xml
  2. Add your dependency to dubbo-bom/pom.xml
  3. External dependencies should go to dubbo-dependency-pom/pom.xml
  4. Add your dependency to dubbo-distribution/pom.xml
  5. Update dubbo-dependencies if necessary
  6. Check the License of your dependencies to make sure they are
    compatible with Apache
  7. Check the package name is "org.apache.dubbo".

And explain why each step is necessary.

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

No branches or pull requests

2 participants