walokra / markdown-page-generator-plugin

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

Markdown generation does not fail if header/footer file is missing #18

Closed philmtd closed 9 years ago

philmtd commented 9 years ago

When the header or footer HTML file can not be found the build will not automatically fail. I added a parameter failIfFilesAreMissing if the build should actually still fail when the files are missing.

This could of course be changed into something like ignoreMissingFiles so it still fails by default, if desired.

walokra commented 9 years ago

Thanks for your contribution. Added default value (true) for the function so that the original functionality stays the same.