2012/7/25 <[email protected]>: > Hm... i thought that I have found 2 candidates - javadoc plugin or source > plugin. But when I have made checkout and seen plenty of classes and code... > I think i will not understand it until next year :( > > isnt there any easy way how to go thru all source files and read lines?
Take a look at Maven Autotag Plugin, of Tiles project: http://svn.apache.org/repos/asf/tiles/autotag/trunk/maven-autotag-plugin/ The CreateDescriptionMojo scans Java files, parsing them with qdox, to create a description XML file. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
