Hello,
In my project PROJ, I've 2 modules P1 and P2.
In each file "maven.xml" (in direcoties P1 and P2), there is a goal named
"serge:nightly".
And I'd like to run these 2 goals (in each child) from the directory of PROJ.
But in the maven.xml of PROJ, there isn't the goal "serge:nightly".
How can I do to launch these goals?
I tried to execute this :
bash-2.04$ maven multiproject:goal -Dgoal=serge:nightly
Here is the result and it doesn't work.
build:start:
multiproject:projects-init:
[echo] Gathering project list
Starting the reactor...
Our processing order:
multiproject:goal:
Starting the reactor...
Our processing order:
LA CONSTRUCTION A R?USSIE
Temps total : 2 secondes
Fini le : vendredi 12 ao¹t 2005 16:06:35 CEST
What must I do?
Thanks,
Aurélie
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]