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
and i want module 1 and module 2 to use the parent project.version but i want module3 to use a manual versioning scheme.
i have a config with updatePom = true and it overwrites my manually configured version for module3 in the pom.xml. is there a way to prevent this from occurring for specific submodule?
The text was updated successfully, but these errors were encountered:
hello,
is it possible to exclude a particular module in a multi-module project?
for example, if i have a pom with
and i want module 1 and module 2 to use the parent
project.version
but i want module3 to use a manual versioning scheme.i have a config with
updatePom = true
and it overwrites my manually configured version for module3 in the pom.xml. is there a way to prevent this from occurring for specific submodule?The text was updated successfully, but these errors were encountered: