Salvador,

Can you please open a new bug for this and attach sample project that we can use for testing.

 Thanks

 Eugene


Salvador Diaz wrote:
Hi,

Has anyone else noticed that after adding a dependency to a project through the "Add dependency" dialog, the xml schema information in the pom is no longer correct for the eclipse xml editor to autocomplete?
For eclipse to automplete the opening project tag has to be:

<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 m2eclipse insists in changing it to:

<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

Is it a bug ? A feature ? I tried searching the issue tracker but I couldn't find any references to this issue (I have to admit that I'm still not very comfortable with jira so maybe I missed it ...)

Thanks,

Salvador Diaz


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email




---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to