Skip to content

Implements skip option or skipLaunch4j property#190

Merged
lukaszlenart merged 8 commits into
masterfrom
implement-skip
Oct 24, 2022
Merged

Implements skip option or skipLaunch4j property#190
lukaszlenart merged 8 commits into
masterfrom
implement-skip

Conversation

@lukaszlenart

Copy link
Copy Markdown
Collaborator

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

Closes #189

@lukaszlenart

Copy link
Copy Markdown
Collaborator Author

@garretwilson does it meet your requirements?

@garretwilson

garretwilson commented Oct 24, 2022

Copy link
Copy Markdown

@garretwilson does it meet your requirements?

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

@lukaszlenart

Copy link
Copy Markdown
Collaborator Author

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

typo?

@garretwilson

Copy link
Copy Markdown

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

@lukaszlenart

Copy link
Copy Markdown
Collaborator Author

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

Nope, you must submit your review first

@lukaszlenart

Copy link
Copy Markdown
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"));

Copy link
Copy Markdown

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
Copy Markdown

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