Setting outputDirectory in pom.xml has no effect
The fast lexer generator for Java
Brought to you by:
lsf37,
steve_rowe
Regarding jflex-maven-plugin: Following the example here http://jflex.sourceforge.net/jflex-maven-plugin/usage.html ("More complex configuration") I have set
<outputDirectory>src/main/java</outputDirectory>
but still when I do
maven jflex:generate
the .java file is written to target/generated-sources.
Expected behaviour: The output should be written to src/main/java.
Versions: jflex-maven-plugin 1.6.0, java 8
Now tracked on https://github.com/jflex-de/jflex/issues/134