Hi Patrick,

I haven't had any help on this problem.
I came around it with using maven.multiproject.navigation = independent.
It's not ideal for my project, but it solves my problem.
For a small multiproject almost 40000 files were shuffled around with
the aggregated option. Imagine the traffic of a huge project with many
inter-dependencies... ;)

Dominik



On Wed, 2003-09-17 at 10:07, Bateman, Patrick eMEDIA wrote:
> Dominik,
> 
> Have you had any help with this problem, because I'm experiencing the same
> behaviour.
> 
> It did not occur when I had my own master project goals using the reactor,
> but only when I use the multiproject:site plugin.
> 
> If you have any news, it would be gratefully received.
> 
> Thanks
> 
> Pat
> 
> -----Original Message-----
> From: Dominik Dahlem [mailto:[EMAIL PROTECTED]
> Sent: 06 September 2003 18:40
> To: [EMAIL PROTECTED]
> Subject: weird behavior with multiproject
> 
> 
> Hi all,
> 
> having the following project structure
> 
> project
>   |
>   -- main
>   |
>   -- A
>   |
>   -- B
> 
> and a report (maven-multiproject-plugin) registered in
> project/main/project.xml results in recursive copies. Originally the
> multiproject docs are in project/main/target/docs/ which consist of only
> the docs of both projects A and B. When I register the
> maven-multiproject-plugin in main/project.xml the directory layout in
> main/target/docs/multiproject is as follows with A depending on B:
> 
> A
> |
> -- project.*
> |
> -- xdocs/
> |
> -- target/docs/
> -- target/docs/multiproject/A    <-- empty
> -- target/docs/multiproject/B
> -- target/docs/multiproject/B/target/
> -- target/docs/multiproject/B/target/docs
> -- target/docs/multiproject/B/target/docs/multiproject
> -- target/docs/multiproject/B/target/docs/multiproject/B <-- empty
> -- target/generated-xdocs/
> 
> The strange thing is that each subproject in
> main/target/docs/multiproject contains the complete project layout
> except the source files and each of this subprojects contains itself a
> multiproject directory in target/docs/. This multiproject directory
> contains each depending project and an empty directory of the
> subproject's name. 
> Apparently the links to my subprojects are broken with this directory
> layout.
> 
> My multiproject definition looks like this:
> 
> maven.multiproject.includes=A/project.xml,B/project.xml
> maven.multiproject.excludes=main/project.xml
> maven.multiproject.basedir=../
> 
> maven.xdoc.includeProjectDocumentation = yes/no   <-- makes no
> difference
> 
> The plugin convergence report shows up nicely. But I couldn't get the
> multiproject directory layout working with the plugin convergence
> report.
> Is this a bug or am I missing something here?
> I'm using the latest maven sources from this afternoon.
> 
> Thx for any help.
> 
> Dominik
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> This email and any files transmitted with it are confidential and intended
> solely for the use of the individual or entity to whom they are addressed.
> If you have received this email in error please notify the system manager. 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to