I am using my custom taglet class, and the maven javadoc plugin to generate a .properties file my taglet class needs three command line paramaters. I know we have <additionalparam> for this. But i do not know how to pass the values of these parameters. for eg. one of the command line parameters is -outputfile, and the value that i need to send is "src.web/appcodes.prperties. This can be very well done in ant's build file as <param name="-outputfile" value="../src.web/resources/appcodes.prperties" />
in maven, i can say <additionalparam>-outputfile</additionalparam>. But where do i pass its value???? hope you guys got this. -- Regards, Niranjan Deshpande "Shut yourself from the world and create the reality you want"
