maven使用日记

1.windows中的安装配置,以及eclipse安装maven

myeclipse10中包含了maven插件,不需要安装了。

而eclipse没有包含,因此需要安装。本想使用link方式安装插件的,但无奈在官网搜索不到最新的download,因此还是使用了eclipse 自带install的方式。

大家可参考以下传送么的文章,非常详细简单,并且带有m2eclipse的插件下载链接。笔者直接使用install的。

updatesite:http://download.eclipse.org/technology/m2e/releases

http://www.blogjava.net/fancydeepin/archive/2012/07/13/382965.html

或者是<<maven实战>>的前3章内容都有介绍:

http://hzbook.group.iteye.com/group/wiki/2872-Maven-in-action#3340

你可能感兴趣的:(maven使用日记)