博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
eclips 中maketplace下安装maven方法
阅读量:4079 次
发布时间:2019-05-25

本文共 2070 字,大约阅读时间需要 6 分钟。

原文地址:

The Eclipse 3.6 (Helios) release added a new, easier way to install the m2eclipse plugin.   If you want to start using m2eclipse, , and use the Eclipse Marketplace.   To open the Eclipse Marketplace, go to the Eclipse Help menu and select Eclipse Marketplace…

The first time you open the Eclipse Marketplace, you will be asked to select a Marketplace. Select the Eclipse Marketplace and click Next.  Maven Integration for Eclipse is separated into two components: the Core of Maven Integration for Eclipse and an optional package of extra, unsupported components. To install the core component of Maven Integration for Eclipse, open the Eclipse Marketplace, select the Search tab, and search for “Maven Integration” as shown in the following figure. Click on the Install button to the right of “Maven Integration for Eclipse”.

Once you click on Install, Eclipse will download a list of available components from the remote update site and present you with a list of available features in the Maven Integration for Eclipse plugin as shown in the following figure. Select the single, required component named “Maven Integration for Eclipse (Required)”, and click on the Finish button.

Eclipse will then ask you to agree to the licenses for Maven Integration for Eclipse in the Review Licenses step shown in the following figure. Maven Integration for Eclipse is distributed under the Eclipse Public License version 1.0. If you agree with the conditions of this license, select “I accept the terms of the license agreement” and click on the Finish button.

During the installation process, Eclipse may warn you that the software you are installing contains “unsigned content”. If you see the dialog shown in the following figure, click on OK to continue the installation process.

Once m2eclipse has been installed, Eclipse will prompt you to either restart or apply changes to a running Eclipse. At this stage of the installation, you should click on Restart Now to restart your Eclipse instance. After a successful restart, Maven Integration for Eclipse will be installed.

转载地址:http://ddnni.baihongyu.com/

你可能感兴趣的文章
接口测试关注点、常用工具
查看>>
应用性能优化
查看>>
git、Gradle、NDK、依赖及补充
查看>>
UIWindow UIView UILable UIButton
查看>>
L1 - bundle id、Xcode hello world Demo
查看>>
charles mock数据
查看>>
L2 - 签名、自动化打ipa文件、证书
查看>>
L3 appium架构、git使用
查看>>
Python
查看>>
1、Objective-C简介
查看>>
00 vim 简明教程
查看>>
C语言的一些理解
查看>>
C语言头文件的作用
查看>>
郭天祥自学单片机的方法
查看>>
Printf的格式符记忆
查看>>
华清老师对于编程学习方法的一些描述
查看>>
我对指针的一些总结
查看>>
对于字符串的引用的写法的一些说明(区分字符串常量和字符数组)
查看>>
用指针做函数输入形参的原因!是因为这样能在函数中改变实参的值,现在才明白。
查看>>
C语言的一些注意细节
查看>>