Hi,
I've been working on getting Maven up and running here, and I noticed two issues with
tasklist.
1) tasklist uses @todo, not @task as maven -g indicates
2) plugin.jelly seems to use the wrong srcDir:
<vdoclet:vdoclet
srcDir="${maven.src.dir}/java"
destDir="${maven.gen.docs}"
template="templates/tasklist.vm"
outputFile="task-list.xml"
/>
I cannot get tasklist to run unless I use:
<vdoclet:vdoclet
srcDir="${pom.build.sourceDirectory}"
destDir="${maven.gen.docs}"
template="templates/tasklist.vm"
outputFile="task-list.xml"
/>
Am I missing something here? Apologies if this is the incorrect list to report this
to. I couldn't find a contributing guide and this didn't appear in a cursory search
of your mailing list.
- Ken
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>