maven-archetype-mojo
--------------------

                 Key: ARCHETYPE-166
                 URL: http://jira.codehaus.org/browse/ARCHETYPE-166
             Project: Maven Archetype
          Issue Type: Bug
          Components: Archetypes
            Reporter: Marvin Froeder


When the new pom.xml is created, the file start looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<project>
.....

Would be better add xml schema data:
<?xml version="1.0" encoding="UTF-8"?>
<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";>

VELO

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