I'm trying to test my documentation page, so I ran "maven site" --
is that still the right way?
In any case, I got the following error:
maven-javadoc-plugin:report:
Overriding previous definition of reference to internal.javadoc.sources
[mkdir] Created dir:
/data/cvs/geronimo/applications/magicGball/target/docs/apidocs
BUILD FAILED
File...... /data/cvs/geronimo/maven.xml
Element... maven:reactor
Line...... 238
Column.... 27
Unable to obtain goal [site] --
/home/ammulder/.maven/cache/maven-javadoc-plugin-1.6.1/plugin.jelly:289:10:
<ant:javadoc> No source files and no packages have been specified.
Total time: 6 minutes 16 seconds
Finished at: Tue Oct 05 21:18:04 EDT 2004
I'm not sure how we specify the source code that it wants, or
perhaps just get it to exclude this module for the web site.
Aaron