You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Shinobu Kawai <sh...@gmail.com> on 2006/08/05 03:31:04 UTC

Re: DocCheck using multiproject?

Hi Mick,

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

On 9/9/05, Mick Knutson <mi...@hotmail.com> 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 <sh...@gmail.com>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org