为何更方便地使用Maven,选择安装m2eclipse插件,在官网http://m2eclipse.sonatype.org /installing-m2eclipse.html页面找到了更新地址:http://m2eclipse.sonatype.org/sites /m2e。
跟平常安装eclipse插件一样,输入地址,单击【Finish】时,进度条没走多少,就报了:Network connection problems encountered during search的错误提示。查看了detail信息,显示:
Network connection problems encountered during search.
Unable to access “http://m2eclipse.sonatype.org/sites/m2e/”.
Error parsing site stream. [White spaces are required between publicId and systemId.]
White spaces are required between publicId and systemId.
Error parsing site stream. [White spaces are required between publicId and systemId.]
White spaces are required between publicId and systemId.
感觉奇怪,怎么http://m2eclipse.sonatype.org/sites/m2e访问不了,用浏览器访问该地址,可以打开,如下所示:
有四个目录,其目录名也表明了m2eclipse的版本信息,分别有0.10.0.20100209-0800、 0.10.2.20100623-1649、0.12.0.20101115-1102和0.12.1.20110112-1712,最后使用 http://m2eclipse.sonatype.org/sites/m2e/0.10.0.20100209-0800/作为m2eclipse 的更新地址,安装过程未出现问题,而对于其他三个目录,则依然报Network connection problems encountered during search的错误,不太清楚是啥原因,在Google查找也未找到具体的解决方法。
安装后,提示重新启动eclipse,可以通过菜单【Help】-【About Eclipse Platform】查看是否安装成功,成功的话,窗口会有一个M2的图标。此后,菜单【File】-【New Project】中将出现如下选项:
原文地址:
http://blog.csdn.net/zgmzyr/article/details/6886440
分享到:
相关推荐
在使用过程中,有时可能会遇到网络问题导致Maven无法正常工作,"m2eclipse-Network connection problems encountered during search - 學步園.url"给出的链接可能提供了一些解决方案,例如检查网络连接,或者调整...
标题中的"µVISION: Error: Encountered an improper argument"是一个在使用Keil µVision集成开发环境时可能会遇到的问题提示。这个错误通常意味着在执行某些操作或者仿真过程中,软件遇到了无法识别或者不合法的...
maven settings.xml 解决在项目新建时报错 ... 2 problems were encountered while building the effective settings。下载这个,注意54行的目录,修改成自己的项目目录,直接覆盖原来的\conf目录下的settings.xml。
Download the attached file and extract it to the folder C:\Keil_v5\UV4. If you have installed PK51 to a different folder, you need to adapt the path accordingly. The file UV4.exe is replaced with ...
Keil v5 Error: Encountered an improper argument 个人实测解决办法 实测运行正常咯,再也不出现仿真关不了debug情况了
如下sql,JSON_OBJECT函数中存在CAST函数,随后...Caused by: net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "SELECT" at line 18, column 10. Was expecting one of: "!" "(" "NOT
keil升级5.25pre(临近几个...会提示Error: Encountered an improper argument 主要解决办法就是替换UV4.exe,可以将低版本中的UV4.exe直接替换 具体操作看:https://blog.csdn.net/u011624093/article/details/80880708
Keil-MDK Error Encountered an improper argument 问题解决办法实测有效,此问题属于keil的软件bug,在mdk5.2x版本中普遍出现,最新的mdk5.26版本也没有解决此软件bug,所以分享此解决办法让更多人免于受此问题困扰...
解决方法 docker-ce安装时出现错误: dpkg: error processing package docker-ce (--configure): ...Errors were encountered while processing: docker-ce E: Sub-process /usr/bin/dpkg returned
DBAs looking for solutions to common problems encountered during their day-to-day tasks while working with Redis will also find this book useful. The book covers all the aspects of using Redis and ...
The purpose of Designing Reliable and Efficient Networks on Chips is to provide state-of-the-art methods to solve some of the most important and time-intensive problems encountered during NoC design.
NodeBB的羽毛笔作曲家 该插件激活NodeBB的... error: [build] Encountered error during build step Error: FileError: './quill/dist/quill.bubble.css' wasn't found. Tried - /some,/directories,/here /quill.b
git报错,fatal: HttpRequestException encountered解决方案,如压缩包内所示。
【驱动程序钩子技术详解】 驱动程序钩子(Driver_hook)是Windows操作系统中的一种技术,它允许开发者在系统层面上插入代码,以便监控或修改特定的系统行为。这种技术广泛应用于系统调试、恶意软件以及合法的系统...
print("Encountered a start tag:", tag) def handle_endtag(self, tag): print("Encountered an end tag :", tag) def handle_data(self, data): print("Encountered some data :", data) # 实例化自定义...
dpkg: dependency problems prevent configuration of mysql-community-client: mysql-community-client depends on libaio1 (>= 0.3.93); however: Package libaio1 is not installed. dpkg: error processing ...
git error : fatal: HttpRequestException encountered.
在Eclipse中,Maven项目更新时可能会遇到各种异常,这些问题通常源于项目配置、Maven插件或Eclipse集成的问题。本文将详细讲解如何解决"Updating Maven Project"时出现的异常,提供一种统一的解决方案。 异常情况:...
Java Servlet是Java Web开发中的核心组件之一,它用于构建动态Web应用程序,提供了服务器端的编程模型,使得开发者可以通过Java代码来处理HTTP请求和响应。在"深入Java Servlet 网络编程阅读器Part1"中,我们将探讨...