-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Give the ANTLR Maven plugin's antlr goal a skip parameter #2448
Comments
That would indeed be super convenient for multi-module projects, where the plugin is used in only a subset of the modules but these modules depend on other modules.
And configure the plugin to |
I believe we would welcome such enhancement, if someone is willing to submit a PR |
Fixes antlr#2448 Signed-off-by: Florent Biville <[email protected]>
Fixes antlr#2448 Signed-off-by: Florent Biville <[email protected]>
Fixes antlr#2448 Signed-off-by: Florent Biville <[email protected]>
@ericvergnaud I opened #4266 but I had local build issues that I'm not sure were related to the change I did |
Fixes antlr#2448 Signed-off-by: Florent Biville <[email protected]>
Actually, I do want to look at these things myself. There are dependencies
on the plug-in, which we could improve. Something like 15 years ago,
someone asked if we could do maven artifacts, and so I did. We haven’t
really had a look at the build for an age. I want to give it some
attention.
…On Fri, May 12, 2023 at 20:03 ericvergnaud ***@***.***> wrote:
I believe we would welcome an enhancement, if someone is willing to submit
a PR
—
Reply to this email directly, view it on GitHub
<#2448 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ7TMHBEMCOUYI5P7G25TTXFYRKHANCNFSM4GLVFFIA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
According to https://www.antlr.org/api/maven-plugin/latest/antlr4-mojo.html the antlr goal has no skip parameter. A skip parameter that short-circuits the execution of the goal is a common idiom in Maven plugins, to allow for conditional execution.
The text was updated successfully, but these errors were encountered: