POM editor deletes schema in project tag
----------------------------------------

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

  Components: POM Editor  
    Versions: 0.0.3    
    Reporter: Al Maw
 Assigned to: Eugene Kuleshov 
    Priority: Minor


I have a decent XML editor which does autocompletion based on schema.

The POM editor doesn't currently do all that much other than dependencies, so 
you need to be able to manually edit the file. Auto-complettion is very useful 
for this. Unfortunately, the POM editor kills the defs. in the <project> tag. 
It should leave them intact, or add them even:

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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to