There is no schema defined for this pom.xml.的解决方法

发表于: java/j2ee | 作者: | 日期: 2012/1/31 05:01
标签: ,
字号:

打开pom.xml文件时收到如下提示:

There is no schema defined for this pom.xml. Code completion will not work without a schema defined.

改为:

即可。

参考链接:
http://code.google.com/p/springside/issues/detail?id=40

pom.xml文件参考:
http://maven.apache.org/pom.html

: https://blog.darkmi.com/2012/01/31/2113.html