Hi everybody,
I am using maven-taglist plugin in combination with an ANTLR-Project.
That means most of the java source in my project is generated by the
antlr3-maven-plugin (the one from antlr.org not the one on codehaus!)
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
<version>2.3</version>
</plugin>
Allthough I have a generated Java source file containing a TODO,this
does not show up in the taglist report.
Is this my fault or could it be, that taglist currently only checks
the project sources dir but not the generated sources dir?
kind regards
Tilman Bender
Student des Software Engineering
Hochschule Heilbronn
[email protected]