Skip to content

Commit

Permalink
Initialize ignorePackages; fixes #15
Browse files Browse the repository at this point in the history
  • Loading branch information
ArloL authored and gaul committed Dec 17, 2014
1 parent 2120b92 commit b8d2faf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public final class ModernizerMojo extends AbstractMojo {
private String exclusionsFile;

@Parameter
private Set<String> ignorePackages;
private Set<String> ignorePackages = new HashSet<String>();

private Modernizer modernizer;

Expand Down

0 comments on commit b8d2faf

Please sign in to comment.