[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.m2e] Unknow validation error on pom.xml

Hi,

I use Galileo with m2eclipse 0.9.9.2009.07.201117 from http://m2eclipse.sonatype.org/update-dev/ update site.
I have imported maven project from http://shinetech.com/pages/viewpage.action?pageId=1396,
then pom.xml from "shine-reference-gwt" subproject don't validate with a unknow error. In fact it missing schemaLocation in pom.xml then I replaced <project> with <project xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";>
but any progress.
Consequently my classpath is incomplete.


Someone can confirm this problem?

Thanks.