AndroidLibraryForGitHubPackagesDemo icon indicating copy to clipboard operation
AndroidLibraryForGitHubPackagesDemo copied to clipboard

Use same libray for both publishing and as project

Open sagarnayak opened this issue 4 years ago • 1 comments

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?

sagarnayak avatar Mar 01 '21 06:03 sagarnayak

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.

prasad79 avatar Mar 06 '21 09:03 prasad79