Maven tasklist plugin defaults to @todo so that @todo tags are processed.
Does it only work with Javadoc tags such as /** @todo ... */ , or does it also see non-Javadoc tags such as //TODO? I tried modifying the maven.tasklist.taskTag property with no luck, it only seems to accept Javadoc syntax? Is it possible to make it more flexible to pick up other variations of the todo-tag, like // TODO, /** @TODO, /* todo etc. etc. at the same time? Regards, Dinko
