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
The tool already has a -M option to select modules against which to run commands, but it is not easily possible to exclude one or more modules.
This typically happens when working on a plugin and the rest of the ecosystem bumps a version, but the plugin is on a branch. In order to rebase the plugin without too much manual work, all modules need to be updated.
Maybe this could work analogous to maven profile selection: -Pprofile selects it, which -P-profile deselects.
The text was updated successfully, but these errors were encountered:
The tool already has a
-M
option to select modules against which to run commands, but it is not easily possible to exclude one or more modules.This typically happens when working on a plugin and the rest of the ecosystem bumps a version, but the plugin is on a branch. In order to rebase the plugin without too much manual work, all modules need to be updated.
Maybe this could work analogous to maven profile selection:
-Pprofile
selects it, which-P-profile
deselects.The text was updated successfully, but these errors were encountered: