To whoever can help me,
I was looking through the mailing list archives for a solution to this and
noticed someone had posted a solution which involved appending the
additional source directories to the maven.compile.src.set using
maven:addPath. So I tried to do something along this lines:
<path id="big.path">
<pathelement
location="${basedir}/dependencies/aaa/src/java"/>
<pathelement
location="${basedir}/dependencies/bbb/src/java"/>
<pathelement
location="${basedir}/dependencies/ccc/src/java"/>
</path>
<maven:addPath id="maven.compile.src.set" refid="big.path"/>
<attainGoal name="javadoc:generate"/>
However, when I run this I get the following complaint:
BUILD FAILED
File...... file:/C:/Documents <file:/C:/Documents> and
Settings/buorny/.maven/plugins/maven-javadoc-plugin-1.4-SNAPSHOT/
Element... ant:javadoc
Line...... 106
Column.... 60
No source files and no packages have been specified.
Does anyone have any idea why this might not be working?
Yoway Buorn
Software Engineer
Imagery Systems Engineering
GENERAL DYNAMICS
Advanced Information Systems
"I refuse to tiptoe through life only to arrive safely at death's door." --
???