Details
Description
The plugin currently requires users to place custom source files next to the grammar file as explained in the FAQ. As Jason Dillon pointed out on the mail thread JavaCC Maven Plugin at Geronimo, this is odd and I agree. Why should custom Java sources for the parser not live next to all the other Java sources in src/main/java?
Issue Links
- is related to
-
MJAVACC-20
Custom sources get re-generated
-
I think
MJAVACC-20explains why it implemented that way initially. Although I agree that it should be changed so that you can keep java sources in the main java source tree instead of with the javacc files.