Hi, Excuse me if this is a stupid question. I'm not that offay with Maven really.
I've been having trouble getting Maven to javadoc my unit tests. I've trawled the net trying to find a solution to it to no avail. So, I've endeavoured to write my own maven.xml goal. <goal name="javadoc:unittest"> <echo>${maven.javadoc.destdir}</echo> <javadoc sourcepath="${maven.test.src}" packagenames="${pom.package}.*" destdir="${maven.javadoc.destdir}" version="${maven.javadoc.version}" classpath="${ui.classpath}" stylesheetfile="${maven.javadoc.stylesheet}"/> </goal> It can't seem to find the packages referred to in the src files!!??? Now I await the flood of answers telling me why I can't do that or pointing out something really obvious :) Thanks. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.654 / Virus Database: 419 - Release Date: 06/04/2004 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]