Add POM Schema to pom.xml
-------------------------

                 Key: MECLIPSE-212
                 URL: http://jira.codehaus.org/browse/MECLIPSE-212
             Project: Maven 2.x Eclipse Plugin
          Issue Type: Improvement
            Reporter: Ben Tatham
            Priority: Minor


The POM Editor does not include the XML Schema for POMs in the pom.xml.  In 
fact, if I add it manually, and then use the "Add Dependency" feature, it takes 
it away.  

Having the Schema available make it really nice to use the build in XML Editor 
features of Eclipse when manually modifying the POM.

This should be an extremely trivial thing to...

<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";> instead of just <project>


-- 
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