In Ant we have a javadoc task <javadoc>, it uses the <doclet> element, to generate a output file for the give source java file, based on a given doclet file. , http://ant.apache.org/manual/CoreTasks/javadoc.html <- see the doclet section.
Maven has a plugin for the same, and i know how to configure itin the pom. The question is, how do i tell maven which source file, and doclet file to be used for the generation?I have my own custom doclet. -- Regards, Niranjan Deshpande "Shut yourself from the world and create the reality you want"
