>This would be nice. Got a patch?
well, ... no i didn't, ... but know I do 
figured I could give it a go and might learn some jelly on the way.
So I've made a patch, which extends faq to handle multiple input files. Generally, it works by using two properties:
<---
- Where source *.fml files are looked for
maven.faq.src=${basedir}/xdocs
- Destination directory where output xdocs file are produced
maven.faq.dest=${maven.build.dir}/generated-xdocs
<---
It will also map the directory structure from source into target.
I will be attaching the patch, and hope someone will apply it.
BTW: I've not changed the docs for it yet. Want to see if someone thinks it is good enough for commit - then I'll be happy to update the docs !!
okay?
This would be nice. Got a patch?