Type ahead for all elements in the POM
--------------------------------------

                 Key: MNGECLIPSE-178
                 URL: http://jira.codehaus.org/browse/MNGECLIPSE-178
             Project: Maven 2.x Extension for Eclipse
          Issue Type: Improvement
          Components: POM Editor
    Affects Versions: 0.0.9
            Reporter: Robert Elliot
         Assigned To: Eugene Kuleshov
            Priority: Minor


The standard POM added when clicking Maven2 -> Enable should have the project 
tag look like this:

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

The XML editor will then allow type ahead help in adding elements in the right 
place.

Saves people going looking for the schema location and putting it in manually.

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