mojohaus/xml-maven-plugin

Sanity checks on mojo parameters missing

rosslamont opened this issue · 2 comments

There doesn't seem to be much sanity checking of mojo parameters. For example if I mistype the name of a catalog file, I would expect an error. The plugin just ignores my catalog.

Similarly, if I mistype the name of a directory in the validation set, the validation plugin does not fail. It does however make a log entry.

Fixed by pull request #18

Thanks for the PR by Ross Lamont.