File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed
Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments