Hi,
I need to invoke the javacc plugin with more than one grammer file. The
grammer file is set in the "maven.javacc.javacc.grammar" property, that is
fine when you have only one grammer file while in my case i have 4 different
grammer files in different directories. I need to invoke the javacc plugin
<attainGoal name="javacc:javacc-generate"/> inside maven.xml file with the 4
grammer files . it is like invoking the same function with different
parameters.
Does anyone know how is it done with maven?
Thanks.
Bahaa