
maven
文章平均质量分 59
gaile
这个作者很懒,什么都没留下…
展开
-
解决maven-dependency-plugin (goals “copy-dependencies”, “unpack”) is not supported
POM文件报错maven-dependency-plugin (goals "copy-dependencies", "unpack") is not supported by m2e., 则查看<build>中的<plugin>中是否有<plugin> <groupId>org.eclipse.m2e</groupId>原创 2013-03-15 23:50:26 · 649 阅读 · 0 评论 -
m2e创建webapp工程
1:安装m2e的方法网上一大堆,就不说了,现在可以在eclipse的市场中搜索maven,也可以在 installations new software中安装普通eclipse插件安装方式进行安装,地址为:m2e releases repository - http://download.eclipse.org/technology/m2e/releases 2:然后进行maven...2012-11-30 09:55:08 · 147 阅读 · 0 评论 -
(转)导入maven项目出现 Unsupported IClasspathEntry kind=4
转自:http://blog.youkuaiyun.com/kongqz/article/details/7770765 Unsupported IClasspathEntry kind=4 这个异常会导致项目无法使用spring ide启动 英文解释如下: Please see https://bugs.eclipse.org/bugs/show_bug.cgi?id=3743...原创 2012-12-06 21:10:45 · 161 阅读 · 0 评论 -
eclipse中(装了插件m2eclipse后的)导入maven工程显示"感叹号"
有时候导入一些开源工程(maven结构的),在eclipse中(装了插件m2eclipse后的)该工程前面会有一个小的红色感叹号,但点开工程后没有发现有打小红叉的内容,这种情况其实大部分是jar包依赖出来问题造成编译不能通过,如果有耐性可以在src里挨个点击代码打开,运气好的话就会发现有报错内容(import 包名 not resloved),找到对应的jar包在maven dep...原创 2013-01-15 16:02:33 · 162 阅读 · 0 评论