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

Add skip parameter to skip execution when true #961

Closed
Rugal opened this issue Feb 18, 2022 · 1 comment
Closed

Add skip parameter to skip execution when true #961

Rugal opened this issue Feb 18, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request good-first-issue Good for newcomers help-wanted Extra attention is needed
Milestone

Comments

@Rugal
Copy link

Rugal commented Feb 18, 2022

Is your feature request related to a problem? Please describe.
Just like many other plugins, a skip parameter is welcomed to be there. When set as true, the current execution shall be ignored as it is.
The use case is, I created a parent pom which has all the configurations and executions in it. By doing so, I do not have to do repeatted configuration thing anymore, given there is not much configurational change from project to project.
But when comes tographql-java-codegen-maven-plugin, when I do the same, because there is no skip parameter, it always generate whatever I configured in parent.

Describe the solution you'd like
One skip boolean parameter, to skip the current execution when set as true

Describe alternatives you've considered
We may name the skip the other way, but the feature itself has no alternative.

@kobylynskyi kobylynskyi added enhancement New feature or request good-first-issue Good for newcomers help-wanted Extra attention is needed labels Mar 6, 2022
@kobylynskyi kobylynskyi self-assigned this Aug 6, 2022
@kobylynskyi kobylynskyi added this to the 5.5.0 milestone Aug 6, 2022
@kobylynskyi
Copy link
Owner

Added a new skip parameter to Gradle/Maven/SBT plugins. WIll be released as part of 5.5.0 soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good-first-issue Good for newcomers help-wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants