【发布时间】:2011-09-12 08:20:45
【问题描述】:
我是 Maven 新手,我必须在 eclipse 中安装 maven 插件。我面临同样的一些问题,因为我得到不同站点的输入不起作用。 我还浏览了诸如this 之类的现有帖子,其中谈到了运行以下命令:
mvn install:install-file -Dfile=c:\kaptcha-2.3.jar -DgroupId=com.google.code
-DartifactId=kaptcha -Dversion=2.3 -Dpackaging=jar
但是我在哪里运行这个命令??
This site 谈论添加为参数 maven.repo.remote 像:
maven -DartifactId=maven-eclipse-plugin-plugin -DgroupId=mevenide -Dversion=0.3.1 plugin:download
但是这些参数设置在哪里??
请有人帮我指出一些好的资源,它提供了在 eclipse 中安装 maven 插件的简单步骤?
我的 eclipse 版本:indigo 版本,Java EE IDE。
【问题讨论】: