walokra / markdown-page-generator-plugin

Markdown to HTML Page Generator Maven Plugin
MIT License
57 stars 48 forks source link

Mark MdPagegeneratorMojo as threadSafe #62

Closed jodygarnett closed 3 years ago

jodygarnett commented 3 years ago

The codebase did not appear to make use of any non-final static fields so I believe this plugin can be made threadsafe.

After this change I tested:

This pull request resolves https://github.com/walokra/markdown-page-generator-plugin/issues/61