Eclipse安装Maven插件Maven Integration for Eclipse
maven
Maven: Apache Maven是一个开源的项目管理和构建工具,主要用于Java项目。适合需要自动化项目构建和依赖管理的开发者。特点包括约定优于配置、易于使用和社区驱动。
项目地址:https://gitcode.com/gh_mirrors/ma/maven
·
本文演示了Eclipse安装Maven插件Maven Integration for Eclipse(m2e)的方法:
运行环境:m2e 1.4.0, Maven 3.0.5, Eclipse Indigo 安装配置Maven的clipse插件
> Help -> Eclipse Marketplace -> 搜索maven -> 选择Maven Integration for Eclipse -> Install
安装过程中会报异常
Cannot complete the install because one or more required items could not be found.
Software being installed: m2e - slf4j over logback logging (Optional) 1.4.0.20130601-0317
(org.eclipse.m2e.logback.feature.feature.group 1.4.0.20130601-0317)
Missing requirement: Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.core.ui 1.4.0.20130601-0317)
requires 'bundle org.slf4j.api 1.6.2' but it could not be found
Cannot satisfy dependency:
From: m2e logback appender 1.4.0.20130601-0317 (org.eclipse.m2e.logback.appender 1.4.0.20130601-0317)
To: bundle org.eclipse.m2e.core.ui [1.4.0,1.5.0)
Cannot satisfy dependency:
From: m2e - slf4j over logback logging (Optional) 1.4.0.20130601-0317 (org.eclipse.m2e.logback.feature.feature.group 1.4.0.20130601-0317)
To: org.eclipse.m2e.logback.appender [1.4.0.20130601-0317]
> 到eclipse的plugins下发现只有slf4j 1.6.4的包org.slf4j.api_1.6.4.v20120130-2120.jar,我们为了不影
响ecipse其他功能使用不直接修改此包名。
> 复制一份1.6.4的包,重命名为org.slf4j.api_1.6. 2.v20120130-2120.jar
> 重启eclipse
> 再按第一步操作重新安装即可
> 重启eclipse完成安装
下载安装Maven
> 从apache官网maven项目的下载页面选择最新稳定版 apache-maven-3.0.5-bin.zip
> 解压后放在D:\Program Files目录下,可根据习惯放置
> 新建环境变量:MAVEN_HOME=D:\Program Files\apache-maven-3.0.5
修改Path变量:在最后追加 ;%MAVEN_HOME%\bin
> 在命令行中输入:mvn -version,出现如下信息证明安装正确,前提是正确配置了JAVA_HOME
> 修改maven仓库的位置
修改配置文件:D:\Program Files\apache-maven-3.0.5\conf\settings.xml
改为
> Window -> Preferences -> 添加设置Maven的安装位置
> 设置Maven的配置文件
Maven: Apache Maven是一个开源的项目管理和构建工具,主要用于Java项目。适合需要自动化项目构建和依赖管理的开发者。特点包括约定优于配置、易于使用和社区驱动。
最近提交(Master分支:3 个月前 )
92a8fcb7
Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.6.2...3.6.3)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-maven-plugin
dependency-version: 3.6.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 2 天前
2474702f
Bumps [org.codehaus.mojo:buildnumber-maven-plugin](https://github.com/mojohaus/buildnumber-maven-plugin) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/mojohaus/buildnumber-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/buildnumber-maven-plugin/compare/3.2.1...buildnumber-maven-plugin-3.3.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:buildnumber-maven-plugin
dependency-version: 3.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 3 天前
AtomGit 是由开放原子开源基金会联合 CSDN 等生态伙伴共同推出的新一代开源与人工智能协作平台。平台坚持“开放、中立、公益”的理念,把代码托管、模型共享、数据集托管、智能体开发体验和算力服务整合在一起,为开发者提供从开发、训练到部署的一站式体验。
更多推荐


所有评论(0)