Hi,

I'm having the following problem with the javadoc-plugin. If I run "maven javadoc", it complains:

   [echo] *******************************************
   [echo] * No sources found. Javadoc not created ! *
   [echo] *******************************************

and when I run the site goal (with the maven-javadoc-plugin in the reports), it doesn't do anything, not even display the message given by the javadoc target.

However, my project does have sources, and they are also found by all other goals I run with maven. I then tried running it again with maven.javadoc.debug set in my project.properties, but I got no alarming information. maven.compile.src.set points to ${basedir}\src\java, which is indeed where my source files are.

I was initially using the 1.6.1 version of the javadoc-plugin, but an upgrade to version 1.7 (including the latest required libs) gave no improvements. I have nothing set in my properties file (save maven.javadoc.debug), and I've tried changing all parameters in the project.xml that might have anything to do with this, but none of them made any difference. I'm running Maven 1.0 on Windows XP.

Any help would be greatly appreciated,

Jeroen Heijmans







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to