mojohaus / javacc-maven-plugin

https://www.mojohaus.org/javacc-maven-plugin/
11 stars 11 forks source link

Test issue #1

Closed vlsi closed 6 years ago

vlsi commented 6 years ago

Is the project still maintained?

I'm interested in adding "do not overwrite file if not modified" feature. That would enable incremental compilation.

Could it be merged to the javacc-maven-plugin?

khmarbaise commented 6 years ago

The needs some work to do to get it up-to-date...but if you like create a pull request....

vlsi commented 6 years ago

Closing as updates to javacc-maven-plugin are not required at this point.

The original issue was caused by fmpp-maven-plugin which we use to generate input for JavaCC. fmpp-maven-plugin updated the file every time and it caused JavaCC processing.

There's open https://github.com/freemarker/fmpp/issues/11, however org.apache.drill.tools:drill-fmpp-maven-plugin has workaround for that.