Re: User-defined phase

2007-11-16 Thread Saloucious
- 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

Re: User-defined phase

2006-12-28 Thread franz see
-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]

Re: User-defined phase

2006-12-27 Thread Jerome Lacoste
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]

RE: User-defined phase

2006-12-11 Thread Deluigi Marcus
, 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 wherever you go - rather than having to learn a bunch of custom stuff. If you really want

Re: User-defined phase

2006-12-11 Thread Eric Redmond
. -Original Message- 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

User-defined phase

2006-12-07 Thread Deluigi Marcus
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.

Re: User-defined phase

2006-12-07 Thread Eric Redmond
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:

Re: User-defined phase

2006-12-07 Thread Wayne Fay
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