Where can I find the Maven installation directory in Eclipse 3.4

后端 未结 4 1913
忘掉有多难
忘掉有多难 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:34

    I am not sure to understand what you want. m2eclipse is a plugin for Eclipse, thus it must be run inside Eclipse.

    To have a standalone build tool, I suggest that you just download directly the Maven2 binaries files, and install it on your computer, if it is not already done!

    For your information, all plugins are stored in the eclipse-dir/plugins directory, as a subdirectory or as a JAR file.

提交回复
热议问题