Hi Everyone, I've been tasked with creating some .apt documentation for a new maven built project. Ideally, I'd like to have a lot of the site documentation come from files in my src/main/resources directory.
I've read about using the snippet macro, but I can't get it to access the
artifacts resources.
I've tried something like this but it doesn't work:
%{snippet|id=myid|url=file:///./src/main/resources/help/basichelp.txt}
Any ideas would be appreciated!
