Chris:
You can do this by stacking the maven source path before the javadoc target is invoked.
<path id="big.path">
<pathelement location="${basedir}/../aaa/src/java/"/>
<pathelement location="${basedir}/../bbb/src/java/"/>
<pathelement location="${basedir}/../ccc/src/java/"/>
<pathelement location="${basedir}/../ddd/src/java/"/>
</path><maven:addPath id="maven.compile.src.set" refid="big.path"/>
Cheers, Steve.
Chris Shorrock wrote:
I'm currently using Maven to compile and jar the source for several different sub-projects. I'm wondering if there is a way that I can use the reactor in a similar way to generate javadocs, but do so, that it's one unified document, and not several different javadocs documents in each project?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--
Stephen J. McConnell mailto:[EMAIL PROTECTED] http://www.osm.net
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
