Use project source encoding setting by default

This commit is contained in:
Sam Harwell 2013-01-19 15:53:40 -06:00
parent e5bdcccfc7
commit 087dea5e39
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public class Antlr4Mojo extends AbstractMojo {
/**
* specify grammar file encoding; e.g., euc-jp
*/
@Parameter
@Parameter(property = "project.build.sourceEncoding")
protected String encoding;
/**