Maven Install on Mac OS X

后端 未结 24 2176
野性不改
野性不改 2020-11-27 08:46

I\'m trying to install maven through the terminal by following these instructions.

So far I got this

export M2_HOME=/user/apple/apache-maven-3.0.3
ex         


        
24条回答
  •  暖寄归人
    2020-11-27 09:36

    for the ones that just migrated to mavericks - I used the *-ux solution;

    1. download maven from apache maven site
    2. put in /opt
    3. modified .bash_profile and added:

      alias mvn='/opt/apache-maven-3.1.1/bin/mvn'
      export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_21.jdk/Contents/Home
      

提交回复
热议问题