airlift / drift

An annotation-based Java library for creating Thrift serializable types and services.
Apache License 2.0
242 stars 92 forks source link

Maven plugin needs skip option #134

Open rubenboadana opened 2 weeks ago

rubenboadana commented 2 weeks ago

It would be extremely helpful to have the skip configuration option as many other maven plugins have.

The reason of this request is that we've realized the outputFile is being overwritten on each execution no matter if the classes have been changed or not, and this leads on another plugins such as maven-jar-plugin packaging again the jar file (changed files have been spotted).

rubenboadana commented 2 weeks ago

I raised a PR with the small change: https://github.com/airlift/drift/pull/133