I also had the problem where i could only execute mvn using sudo -- then I executed the following and got it working:
cd /usr/local sudo ln -s apache-maven-2.2.0/ maven then it worked Carr, Brian M wrote: > > Do you have a m2_home environment variable set? This was causing > issues for me since the osx version of maven moved to a different path. > > --b > ______________________________ > Brian M. Carr > Identity and Access Management > ITS Applications > University of Texas at Austin > V: 512-232-6419 > F: 512-471-5746 > [email protected] > > On Oct 16, 2009, at 10:10 AM, Alexander Petri wrote: > >> Hi, >> >> since my update to snowleopard i have the problem that >> i can start mvn just with "sudo". >> >> Is there an option to start maven like under macos x 10.5.8? >> >> thanks >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > > -- View this message in context: http://old.nabble.com/Snow-Leopard-maven-tp25927030p26291432.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
