AndroidLibraryForGitHubPackagesDemo
AndroidLibraryForGitHubPackagesDemo copied to clipboard
Use same libray for both publishing and as project
I have project A which is used as a package. Project B uses A as a dependency. B is used as a dependency in project C.
What will be the structure of project B?
Hi sagarnayak, Good question. I'll have to try a demo implementation to give you an exact answer to this. Did you implement this related case in a project? If yes, and its open source, please do share the project link and I can give it a try.
In your case generating a pom file with dependencies included for Project A & B will be required when Project C tries to include Package B.. it will get the list of dependencies for Package A automatically. let me know your thoughts and findings and we can document it.