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

Publish multiple groups/repos at once #109

Open
ianbotsf opened this issue Aug 10, 2021 · 2 comments
Open

Publish multiple groups/repos at once #109

ianbotsf opened this issue Aug 10, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@ianbotsf
Copy link

Hi, not a bug (yet) just a question:

I have a multi-build project with subprojects using unrelated groups. They should ideally be staged at the same time, using the same Nexus endpoint/credentials, but different staging repos. For instance:

  • Project Root (no code, just project config)
    • Project X (group name a.b.c)
    • Project Y (group name d.e.f, depends on Project X)

I can't figure out how to configure the plugin to handle this scenario. Seems like a single group name must be set at the root project which means one of the subprojects fails to stage (because the staging repo is created for whichever group name the root has).

How can I handle this scenario?

@szpak
Copy link
Contributor

szpak commented Aug 12, 2021

Unfortunately, it is not supported at the moment. Your case is similar to support for the mono repo projects (#84) and the Android projects (#75). While your extra requirement to use different staging repositories at the same time might be problematic in implementation, support for mono repos (once available) should be enough to use this plugin.

We may keep that issue open to see how many people 👍 it, as a sign that they also would be happy seeing it implemented.

@szpak szpak added the enhancement New feature or request label Aug 12, 2021
@ianbotsf
Copy link
Author

Got it, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants