I have a multiproject site that goes three levels deep:

site
core
sandbox
....newproj
........newproj-core
........newproj-example
....otherproj
........otherproj-core
........otherproj-example

I have maven.multiproject.site.goals=multiproject in project.properties at the 'sandbox' and 'newproj' and 'otherproj' levels.

When I run 'maven multiproject:site' from the 'site' subproject, all of the documentation *is* getting created. It looks good at (for example) the sandbox/newproj/target/docs level-- the core and example subproject docs are there.

However, Maven is not copying the 'newproj/target/docs' files up into sandbox/target/doc (which means that they don't get copied into site/target/docs).

Does anyone know what I might be missing here?

Thanks,
--
Wendy Smoak




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

Reply via email to