Where can I find the Maven installation directory in Eclipse 3.4

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

    My Eclipse is using a Default Maven Version (3.0.4). So try this:

    Option 1: Restart Restart your Eclipse and look if the Maven configuration is right again under "Windows" -> "Preferences" -> "Maven" -> "Installations"

    Option 2: Select/Configure your Embedded "Maven Runtime" Right-click on your project -> "Run As..." -> under "Maven Build", Tab "Main" -> take the "External" Maven in the Drop-Down Box. Then run it.

提交回复
热议问题