Skip to content

Commit

Permalink
[MSHADE-382] Remove explicit shade.skip property
Browse files Browse the repository at this point in the history
Also added missing invoker tests due to a previous rename.
  • Loading branch information
aalmiray committed May 13, 2021
1 parent bffe70d commit 24bb536
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ public class ShadeMojo
* When true, skips the execution of this MOJO.
* @since 3.3.0
*/
@Parameter( defaultValue = "false", property = "shade.skip" )
@Parameter( defaultValue = "false" )
private boolean skip;

/**
Expand Down

0 comments on commit 24bb536

Please sign in to comment.