Declare XML Schema in generated pom.xml
---------------------------------------

         Key: MNGECLIPSE-144
         URL: http://jira.codehaus.org/browse/MNGECLIPSE-144
     Project: Maven 2.x Extension for Eclipse
        Type: Improvement

  Components: POM Editor  
    Versions: 0.0.9    
    Reporter: Daniel Serodio
 Assigned to: Eugene Kuleshov 


m2eclipse should declare the XML schema (XSD) when it created the pom.xml file, 
ie.: instead of creating a <project> element, it should create a <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";> element

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to