Hm, this is still a mystery. I've run ./mvn.bat, and I get the same version reported (2.2.1) I downloaded a python script that simulates "which" ( http://nedbatchelder.com/code/utilities/wh_py.html) and the maven that is being run is indeed maven3.0.1bin\mvn.bat.
Should I clear my local .m2 repository? Could some settings be persisted in there somehow? On Thu, Dec 16, 2010 at 9:58 PM, Wayne Fay <wayne...@gmail.com> wrote: > > I just upgraded to Maven3 from Maven2 today, and when I run "mvn.bat > > -version", this is what I see: > > If you were on a Unix platform, I'd tell you to run "which mvn" to be > sure that you're running the binary/batch file you believe you're > executing... but you're on Windows. > > Perhaps use Sysinternals Process Monitor to be certain that you're > actually running Maven3. I think you must not be, and there's another > Maven2 install lurking on your drive/path somewhere. > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > >