You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Yan Huang <az...@gmail.com> on 2007/10/04 20:40:02 UTC

Running 2 phases in one command line

Hi,

Basic question: if I run "mvn clean install", is it any different from
running them seperately (i.e. run "mvn clean" and "mvn install" seperately)?


I got a case where the single command with multiple phases produces
different result than running it seperately.

Thanks
Yan