Open
Description
Create a new page under contributor guide, to document how to add a new module to Dubbo:
- Update dubbo-all/pom.xml
- Add your dependency to dubbo-bom/pom.xml
- External dependencies should go to dubbo-dependency-pom/pom.xml
- Add your dependency to dubbo-distribution/pom.xml
- Update dubbo-dependencies if necessary
- Check the License of your dependencies to make sure they are
compatible with Apache - Check the package name is "org.apache.dubbo".
And explain why each step is necessary.