RE: Pom user-configured goal+phase aliases

2008-06-13 Thread Brian E. Fox
To me, it seems to detract from the intent of having a well known set of phases so once you know maven, you can pick up any maven build. It reeks of scripting... -Original Message- From: Jason Dillon [mailto:[EMAIL PROTECTED] On Behalf Of Jason Dillon Sent: Friday, June 13, 2008 11:11 AM

Re: Pom user-configured goal+phase aliases

2008-06-13 Thread nicolas de loof
I made something similar to help setup on my project : running mvn -Psetup execute all required goals to prepare the developer env, in my case a fast build (skipTests=true, compiler fail=false) + eclipse:eclipse This is done using a custom setup profile, that set default goal, some properties