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

exclude module in multi-module project #249

Open
adamstauffer opened this issue Jul 6, 2023 · 1 comment
Open

exclude module in multi-module project #249

adamstauffer opened this issue Jul 6, 2023 · 1 comment
Assignees

Comments

@adamstauffer
Copy link

hello,

is it possible to exclude a particular module in a multi-module project?

for example, if i have a pom with

<modules>
        <module>module1</module>
        <module>module2</module>
        <module>module3</module>
    </modules>

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?

@qoomon
Copy link
Owner

qoomon commented Sep 28, 2023

Currently it is not possible

@qoomon qoomon self-assigned this Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants