码迷,mamicode.com
首页 > 系统相关 > 详细

eclipse libraries 不存在maven的依赖包

时间:2016-10-09 20:39:04      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:maven eclipse

eclipse libraries 不存在maven的依赖包时,照着下面一步步来

1.项目右键-》Build Path -》 Java Build Path -》Libraries -》Add Library -》Maven Managed Dependences-》点击Next -》点击‘Maven Project settings’ , 在‘Active Maven Profiles (comma separated)’中添加“Maven Dependencies”确认即可。

2. .classpath 里面添加如下,存在不添加

    

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



3.重启eclipse,查看上述两个步骤,会看到maven dependencies出现了,报的错消失了

本文出自 “bulajunjun” 博客,请务必保留此出处http://5148737.blog.51cto.com/5138737/1859914

eclipse libraries 不存在maven的依赖包

标签:maven eclipse

原文地址:http://5148737.blog.51cto.com/5138737/1859914

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!