Skip to content

Commit

Permalink
Add threadSafe annotation to fmpp Maven Plugin
Browse files Browse the repository at this point in the history
Without this annotation Maven assumes the plugin is NOT threadsafe, and any parallel builds spews log warnings
  • Loading branch information
bdemers committed Jul 19, 2024
1 parent e2e59a4 commit ddf7879
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
/**
* a maven plugin to run the freemarker generation incrementally
* (if output has not changed, the files are not touched)
* @threadSafe
* @goal generate
* @phase generate-sources
*/
Expand Down

0 comments on commit ddf7879

Please sign in to comment.