Skip to content

Commit

Permalink
NCL-5717 Mark NexusStagingMavenPluginRemovalState as activeByDefault
Browse files Browse the repository at this point in the history
  • Loading branch information
rnc committed Oct 6, 2020
1 parent 0ec010b commit 3fe57ad
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ public final class NexusStagingMavenPluginRemovalState
/** Whether or not this manipulator is enabled. Defaults to {@code true}. */
private boolean enabled = true;

static
{
State.activeByDefault.add( NexusStagingMavenPluginRemovalState.class );
}

public NexusStagingMavenPluginRemovalState( final Properties userProps )
{
initialise( userProps );
Expand Down

0 comments on commit 3fe57ad

Please sign in to comment.