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

Implements skip option or skipLaunch4j property #190

Merged
merged 8 commits into from
Oct 24, 2022
Merged

Conversation

lukaszlenart
Copy link
Collaborator

You can either use <skip>true</skip> in the configuration or provide -DskipLaunch4j property to JVM.

Closes #189

@lukaszlenart
Copy link
Collaborator Author

@garretwilson does it meet your requirements?

@garretwilson
Copy link

garretwilson commented Oct 24, 2022

@garretwilson does it meet your requirements?

Without testing it, it looks like what I need. (See the typo I found above.)

@lukaszlenart
Copy link
Collaborator Author

Without testing it, it looks like what I need. (See the typo I found above.)

typo?

@garretwilson
Copy link

I added a comment on line 802. Did it not show up?

@lukaszlenart
Copy link
Collaborator Author

I added a comment on line 802. Did it not show up?

Nope, you must submit your review first

@lukaszlenart
Copy link
Collaborator Author

I found it, already fixed :)

@lukaszlenart lukaszlenart merged commit d6cc655 into master Oct 24, 2022
@lukaszlenart lukaszlenart deleted the implement-skip branch October 24, 2022 14:03
* @return true to skip execution
*/
private boolean skipExecution() {
getLog().debug("skip = " + System.getProperty("skipLaunch4j"));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a typo? Should it be "skip = " + skip?

@garretwilson
Copy link

Nope, you must submit your review first

Oh! Good to know. (I've been reviewing using other platforms for the past few years.)

Well, looks like you already caught it anyway.

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

Successfully merging this pull request may close these issues.

need a configuration option to skip plugin
2 participants