>> Marcus
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>
>
--
View this message in context:
http://www.nabble.com/User-defined-phase-tf2774745s177.html#a13797887
Sent from the Maven - Users mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/User-defined-phase-tf2774745s177.html#a8073652
Sent from the Maven - Users mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On 12/11/06, Deluigi Marcus <[EMAIL PROTECTED]> wrote:
That's a great idea!
However, how do I tell the exec-plugin where to find maven itself?
When I try:
---
mvn exec:exec -Dexec.executable="maven" -Dexec.args="clean"
---
I get the following error message:
[INFO]
. I want that the program searches the program
within the defined path of the environments 'path' varariable.
> -Original Message-
> From: Eric Redmond [mailto:[EMAIL PROTECTED]
> Sent: Donnerstag, 7. Dezember 2006 16:07
> To: Maven Users List
> Subject: Re: User-de
> From: Eric Redmond [mailto:[EMAIL PROTECTED]
> Sent: Donnerstag, 7. Dezember 2006 16:07
> To: Maven Users List
> Subject: Re: User-defined phase
>
> The phases are community defined, and there are no plans to ever
change
> that. This is why Maven is easy to understand and use whe
I generally abuse Ant for these kinds of things rather than Maven...
Wayne
On 12/7/06, Eric Redmond <[EMAIL PROTECTED]> wrote:
The phases are community defined, and there are no plans to ever change
that. This is why Maven is easy to understand and use wherever you go -
rather than having to le
The phases are community defined, and there are no plans to ever change
that. This is why Maven is easy to understand and use wherever you go -
rather than having to learn a bunch of "custom" stuff. If you really want to
coallate your work into a single command, try using the "exec" goal:
http://
Hi
I want to abuse maven to perform a setup for a testing environment, such
as starting derby, starting a tomcat and deploying a WAR file which is
another project.
Maven does a fine job in downloading all the required software if
necessary and building the WAR file which it is another project.
B