Skip to content

Commit 4aa6993

Browse files
build: fix Maven UTF8 problem
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com> Signed-off-by: manticore-projects <andreas@manticore-projects.com>
1 parent 0c171f8 commit 4aa6993

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

pom.xml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -285,21 +285,14 @@
285285
<goal>jjtree-javacc</goal>
286286
</goals>
287287
<configuration>
288-
<grammarEncoding>UTF-8</grammarEncoding>
289-
<isStatic>false</isStatic>
290-
<debugParser>false</debugParser>
291-
<debugLookAhead>false</debugLookAhead>
292-
<codeGenerator>java</codeGenerator>
293-
294-
<!-- <unicodeInput>true</unicodeInput> -->
295-
<!-- <javaUnicodeEscape>true</javaUnicodeEscape> -->
296288
<javaccCmdLineArgs>
289+
<gen>-CODE_GENERATOR="Java"</gen>
297290
<enc>-GRAMMAR_ENCODING="UTF-8"</enc>
298-
<!-- <jjod>-OUTPUT_DIRECTORY="${project.build.directory}/generated-sources/javacc"</jjod>-->
299291
</javaccCmdLineArgs>
300-
<!-- <jjtreeCmdLineArgs>-->
301-
<!-- <jjtod>-JJTREE_OUTPUT_DIRECTORY="${project.build.directory}/generated-sources/jjtree"</jjtod>-->
302-
<!-- </jjtreeCmdLineArgs>-->
292+
<jjtreeCmdLineArgs>
293+
<enc>-GRAMMAR_ENCODING="UTF-8"</enc>
294+
<gen>-CODE_GENERATOR="Java"</gen>
295+
</jjtreeCmdLineArgs>
303296
</configuration>
304297
</execution>
305298
</executions>

0 commit comments

Comments
 (0)