我已从官方网站下载apache-maven-3.2.5
...此外,我通过Help->install new software in Eclipse, juno. And in the windows preferences->Maven->the path mentioned is of the apache-maven-3.2.5
添加新软件安装了maven插件。这是在eclipse中安装maven插件的正确方法吗?在创建新的maven项目时,我无法在目标文件夹中找到.classpath
和.project
个文件。
答案 0 :(得分:2)
我假设您已经安装了m2e插件来进行eclipse。在这种情况下,.classpath
和.project
文件在项目的根文件夹中创建,而不是在target
文件夹中。你应该在那里寻找它们(尽管那些在大多数日食视图中都是隐藏的)。