default goal should maybe be verify

2006-10-17 Thread Mark Donszelmann
Hi I was wondering why clean verify is not the default goal rather than clean install. My reasoning is the following. I would like any user to just do some: svn co url cd directory mvn without running into any dependency of a non-deployed artifact. Continuum should check if this will work.

RE: default goal should maybe be verify

2006-10-17 Thread Brian E. Fox
:46 PM To: continuum-users@maven.apache.org Cc: [EMAIL PROTECTED] Subject: default goal should maybe be verify Hi I was wondering why clean verify is not the default goal rather than clean install. My reasoning is the following. I would like any user to just do some: svn co url cd directory mvn