jflex-maven-plugin - Regeneration of previously generated classes changes modification date of the output file · Issue #720 · jflex-de/jflex · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I mvn package already packaged module I got a log informing MyJflexFile.java is up to date, but I noticed its modification date has changed. This triggers Maven compiler plugin to recompile the module. I suggest to not change the modification date if content does not change.