You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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:
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?
The text was updated successfully, but these errors were encountered: