sometimes when importing a maven project in eclipse, i get the following error:

Classpath entry org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER will not be exported or published. Runtime ClassNotFoundExceptions may result

.

although the classpath file on the svn repo contains the maven dependencies entry:

<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>

i know the workaround to solve the issue by going to project deployment assembly and adding maven dependencies manually (which will add the entry above again !), but i am curious to know, why such error is generated, although classpath contains the dependencies entry ?
-----------------------------------------------------------------------------------------------------------------------------------

最新文章

  1. ASP.NET MVC 从零开始 - create and run
  2. LIS最长上升子序列O(n^2)与O(nlogn)的算法
  3. bzoj1050: [HAOI2006]旅行comf
  4. 更新引用google的cdn外部jQuery核心库JS文件
  5. Python文件操作详解
  6. Android自动更新安装后显示‘完成’‘打开’按钮
  7. THE ONE THING PEOPLE WILL MASSIVELY OVERPAY FOR (有一个东西人们是愿意出高价购买的)
  8. linux查看文件权限
  9. Url几个常用的函数
  10. (转)19个必须知道的Visual Studio快捷键
  11. Firefly框架参考
  12. NWERC 2012 Problem I Idol
  13. Android打包常见错误之Export aborted because fatal lint errors were found
  14. 树莓派学习笔记——交叉编译练习之SQLite3安装
  15. Spring MVC的文件上传
  16. Python实现基于协程的异步爬虫
  17. MySQL创建用户与授权(CentOS6.5)
  18. Http Hijacker
  19. Browser Page Parsing Details
  20. 浏览器直接显示html代码,不解析代码

热门文章

  1. CentOS7 Docker 安装
  2. Spring Boot 2 实践记录之 使用 Powermock、Mockito 对 UUID 进行 mock 单元测试
  3. netcore问题总结
  4. ASP.NET Core 2 学习笔记(二)生命周期
  5. Effective Java(1)-创建和销毁对象
  6. pageadmin CMS网站制作教程:模板中的站点数据调用
  7. Mac OS 10.12 - Gogland和在Windows中使用的不同!!
  8. Depth-first Search-690. Employee Importance
  9. Bootstrap框架(二)
  10. Jmeter测试计划要素