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

Support for the skip parameter in configuration #101

Open
mwal48 opened this issue Jan 30, 2024 · 0 comments
Open

Support for the skip parameter in configuration #101

mwal48 opened this issue Jan 30, 2024 · 0 comments

Comments

@mwal48
Copy link

mwal48 commented Jan 30, 2024

Many Maven modules support the skip-parameter in the "configuration" section (build > plugins > plugin > configuration > skip). This is very useful if you don't want to execute the module with every build.
Using the skip-parameter doesn't require a separate profile-configuration do skip a single module.

It would be useful if the plugin would support the skip boolean in it's configuration:
If skip = false: execute the module.
If skip = true: skip the execution of the module.

Example configuration in pom.xml:
grafik

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

No branches or pull requests

1 participant