walokra / markdown-page-generator-plugin

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

Fix: Problems inside maven multimodule or aggregator project #37

Closed guidfort closed 5 years ago

guidfort commented 5 years ago

pom.xml (parent) -> Declaration this maven plugin -- pom.xml (Child A needs this plugin) -- pom.xml (Child B needs not this plugin) <-- Error -- pom.xml (Child C needs this plugin)

walokra commented 5 years ago

Looks good. Could you also add unit test to cover this change and how it works with multimodule project?