Where can I find the Maven installation directory in Eclipse 3.4

后端 未结 4 1932
忘掉有多难
忘掉有多难 2021-02-18 23:37

I have installed m2eclipse plugin from http://m2eclipse.codehaus.org/. Now I want to use that as a standalone build tool but I am unable to find the installation directory. Can

4条回答
  •  一整个雨季
    2021-02-19 00:23

    Execute the following command:

    mvn --version
    

    Example Result:

    Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19  14:51:28+0100)
    Maven home: `D:\apache-maven-3.0.5\bin`\..
    Java version: 1.6.0_25, vendor: Sun Microsystems Inc.
    Java home: C:\Program Files\Java\jdk1.6.0_25\jre
    Default locale: nl_NL, platform encoding: Cp1252
    OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
    

    The Maven Home will show you where maven is installed.

提交回复
热议问题