used for the generation of the tasklist instead of the hardcoding of "@todo" in the vdoclet template. I didn't even realize this functionality was removed until doing a doc update that Tim O'Brien supplied and I saw the maven.tasklist.taskTag. Fixing this required some changes to vdoclet, namely, adapting the JellyContext to a Velocity context. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113033 13f79535-47bb-0310-9956-ffa450edef68
8 lines
295 B
Properties
8 lines
295 B
Properties
# -------------------------------------------------------------------
|
|
# P L U G I N P R O P E R I E S
|
|
# -------------------------------------------------------------------
|
|
# Task list plugin.
|
|
# -------------------------------------------------------------------
|
|
maven.tasklist.taskTag = @todo
|
|
|