Hi, I'm using Eclipse 3.1.1, build Id M20050929-0840 org.apache.maven_1.0.2
Whenever I try to create a pom.xml, it shows errors complaining about missing or bad xml elements like
cvc-complex-type.2.4.a: Invalid content starting with element 'name'. One of '{"":artifactId}' is expected
First, I tried to use the maven custom configuration to add missing fields. However, it seemed to me, that the information was not taken from there (I added a <description> element, but the one added at the beginning was taken.) Then I tried to add the elements manually into the pom.xml according to the errormessage, but it never stopped throwing errors in the pom when executing validate POM. I also tried the same mavenide plugin with eclipse 3.2 and found similar problems, but unfortunately didn't note them
Is there a known version problem? What is the recommended rsp most stable combination of eclipse and mavenide? Does anybody knows an explicit documentation or installation guide for adding mavenide to eclipse and using it, since it the mavenide help tells not too much about installing mavenide and creating a new mavenide project.
Thanks for help Markus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
