Add schema location to project tag in pom.xml
---------------------------------------------
Key: MNGECLIPSE-160
URL: http://jira.codehaus.org/browse/MNGECLIPSE-160
Project: Maven 2.x Extension for Eclipse
Issue Type: Improvement
Affects Versions: 0.0.9
Environment: Eclipse 3.2
Reporter: Matthias Bohlen
Assigned To: Eugene Kuleshov
When I add a dependency, the pom.xml file is re-written. The project tag looks
like this:
<project>
It should better 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">
because then the XMLBuddy editor will be able to edit the pom.xml file easily.
Without the schema declarations, the XMLBuddy editor creates all kinds of
syntax errors/warnings.
--
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