Hi All, When using the SableCC plugin to generate sources from grammar files I get a "duplicate class" error.
In the configuration section of the SableCC plugin I set the sourceDirectory to where all my normal source code is found, which is also where the grammar files are found. So it seems that Maven is adding this source directory twice, once being from the SableCC plugin. Is this expected behaviour? Is there some way around this (besides moving my grammar files)? Thanks Lionel.