You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jeroen Heijmans <je...@3icommunication.com> on 2004/12/17 10:23:49 UTC

javadoc-plugin problem

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org