Skip to content

Commit

Permalink
do NOT skip by default
Browse files Browse the repository at this point in the history
  • Loading branch information
FibreFoX committed Jan 7, 2017
1 parent 1a11696 commit dad5084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public abstract class AbstractJfxToolsMojo extends AbstractMojo {
/**
* Set this to true for skipping the execution.
*
* @parameter default-value="true"
* @parameter default-value="false"
*/
protected boolean skip;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class GenerateKeyStoreMojo extends AbstractMojo {
/**
* Set this to true for skipping the execution.
*
* @parameter default-value="true"
* @parameter default-value="false"
*/
protected boolean skip;

Expand Down

0 comments on commit dad5084

Please sign in to comment.