On Tue, Mar 9, 2010 at 2:38 PM, Nicolas Barrera <[email protected]> wrote: > Hi, I just can't get to work a multi module build when trying to run the > following goals: > clean install site site:deploy > with arguments > --batch-mode, --non-recursive
I would try it as a recursive build from the parent module. (And use the "site-deploy" lifecycle phase rather than the combination of "site site:deploy" you have.) That is, add a separate build definition with just site-deploy and --batch-mode. Generally you can do that less often than every build, maybe once or twice a day? -- Wendy
