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

I was able to import the project into latest m2e from trunk, so I guess the problem is fixed already. Please wait for the next 0.9.9 dev build and submit new bugreport in JIRA [1] if you still see the problem

--
Regards,
Igor

[1] https://issues.sonatype.org/browse/MNGECLIPSE


Esteban DUGUEPEROUX wrote:
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.