Eclipse warn: Implementation of project facet maven could not be found. Functionality will be limit

来源:互联网 发布:php session redis 编辑:程序博客网 时间:2024/05/16 07:16

警告:

Implementation of project facet maven could not be found. Functionality will be limited.

Implementation of project facet me.hibernate could not be found. Functionality will be limited.

Implementation of project facet me.spring could not be found. Functionality will be limited.


PROJECT_DIR/.settings/org.eclipse.wst.common.project.facet.core.xml

<?xml version="1.0" encoding="UTF-8"?><faceted-project>  <fixed facet="wst.jsdt.web"/>  <installed facet="java" version="1.7"/>  <installed facet="jst.web" version="2.4"/>  <installed facet="wst.jsdt.web" version="1.0"/>  <installed facet="me.hibernate" version="4.1"/>  <installed facet="me.spring" version="3.1"/>  <installed facet="maven" version="1.0"/></faceted-project>


解决方案:

将文件org.eclipse.wst.common.project.facet.core.xml中的下面三行去掉。

  <installed facet="me.hibernate" version="4.1"/>  <installed facet="me.spring" version="3.1"/>  <installed facet="maven" version="1.0"/>


0 0
原创粉丝点击