java - How to auto the process of "javacc -> compile with custom compiler -> compile" with maven? -
my process follow:
- use javacc compile *.jj files , generate own compiler.
- use own compiler compile source code special syntax normal java code.
- compile java code *.class file usual.
currently these works manually. there way can these works automatically through maven when build project?
Comments
Post a Comment