Hi Mick,

You might have already moved on to m2, but for the record...

On 9/9/05, Mick Knutson <[EMAIL PROTECTED]> wrote:
I am trying to run DocCheck on all my subprojects using
multiproject:doccheck, but I can't seem to get it to recognize my source
files in each subproject. Anyone help?

I'm using doccheck with multiproject fine.

It might have something to do with this:
http://maven.apache.org/maven-1.x/plugins/multiproject/faq.html#resources-not-included-in-artifacts

You might need to add ${basedir} to your project.xml sourceDirectory
entry like this:

 <build>
   <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
 </build>

Best regards,
-- Shinobu

--
Shinobu Kawai <[EMAIL PROTECTED]>

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

Reply via email to