发布于 2014-07-08 23:26:14 | 915 次阅读 | 评论: 0 | 来源: 网友投递
Eclipse编辑器
Eclipse 是一个开放源代码的、基于Java的可扩展开发平台。就其本身而言,它只是一个框架和一组服务,用于通过插件组件构建开发环境。幸运的是,Eclipse 附带了一个标准的插件集,包括Java开发工具(Java Development Kit,JDK)。
m2eclipse 1.5.0 发布,该软件也叫 m2e ,兼容 Eclipse Kepler 和 Luna。该版本改进了项目导入流程
改进了内存占用,默认禁用 Nexus 索引下载,新的 Maven Profile 管理界面:
可轻松的更新老的项目
不再有 Unsupported IClasspathEntry kind=4,新的 Checksum 设置
改进错误和警告的设置
Maven 运行时变化:
The embedded Maven runtime has been updated to maven 3.2.1.
The Netty/AsynHttpClient transport layer as been replaced with OkHttp 1.5.4. OkHttp is now the default HTTP client on the Android platform. It brings HTTP 2.0 and SPDY support to artifact downloads. Please note though, NTLM authentication is not supported.
Maven runtime installations can now be customized with a name, and additional libraries can be added. Maven Launch configurations now reference the Maven runtime by name, instead of using a hard-coded location so the configuration is more portable.
See bugs 427932, 418263, 432436
详细介绍请看发行说明:http://tools.jboss.org/blog/2014-07-08-m2e-1_5-improvements.html