On Tue, Jul 15, 2008 at 8:10 PM, Haim Ashkenazi
<[EMAIL PROTECTED]> wrote:
> On Tue, Jul 15, 2008 at 7:14 PM, seanoc <[EMAIL PROTECTED]> wrote:
>>
>> I'm using maven 2.0.9
>>
>> using the pom attached I run the command, mvn exec:exec -Dserver
> I'm not sure this tells maven which execution to run. I think you have
> to either connect the executions to a phase or to a profile and then
> activate the profile as needed.
> You can also discard the "execution" directive and then run it with
> 'mvn exec:exec', but then it'll run only one of them :)
Correction: You either attach the execution to a phase, or skip the
"executions" directive and run it manually (or put it in a profile if
you have more then one execution).

Bye
-- 
Haim

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

Reply via email to