You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jeff Jensen <je...@upstairstechnology.com> on 2005/06/22 03:56:43 UTC

Multiproject:site-deploy copying files twice

Hi,

With multiproject finally working in general, I have an issue with running
multiproject:site-deploy.

After the Checkstyle run, seemingly as part of "building reactor projects",
it copies some files for each subproject, which is unexpected to me:

--------------------------------------------------------------------
[snip]

    [echo] Generating the Checkstyle...
checkstyle:init:

checkstyle:report:
checkstyle:run:
    [echo] Using
file:C:/devroot/healthmatch/Development/healthmatchmaven/../healthmatchbatch
/src/conf/checkstyle/checkstyle.xml for checkstyle ...
    [echo] Now building reactor projects: [HealthMatch, HealthMatch Batch]
    [copy] Copying 11550 files to
C:\devroot\healthmatch\builds\healthmatchmultiproject\docs\multiproject\heal
thmatch
    [copy] Copying 225 files to
C:\devroot\healthmatch\builds\healthmatchmultiproject\docs\multiproject\heal
thmatchbatch
multiproject:projects-init:

multiproject:site-init:

[snip]
--------------------------------------------------------------------


Then, when everything is all done, the site:fsdeploy does the copy, as
expected (and deleting all the previously copied files first!):

--------------------------------------------------------------------
[snip]

site:init:

site:local-deploy-init:
    [echo]
      site clean = true
      siteDirectory = c:/devroot/healthmatch/sites/healthmatchmultiproject


site:fsdeploy:
    [echo] Cleaning destination first
    [delete] Deleting directory
C:\devroot\healthmatch\sites\healthmatchmultiproject
    [mkdir] Created dir:
C:\devroot\healthmatch\sites\healthmatchmultiproject
    [copy] Copying 15835 files to
C:\devroot\healthmatch\sites\healthmatchmultiproject

BUILD SUCCESSFUL

[snip]
--------------------------------------------------------------------


In this build process, the file copy time takes a very long time with almost
16,000 files!  Can anyone help stop that from happening to save beaucoup
time?!


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