Project namespaces not added to sub projects --------------------------------------------
Key: MNG-2955 URL: http://jira.codehaus.org/browse/MNG-2955 Project: Maven 2 Issue Type: Bug Affects Versions: 2.0.6, 2.0.5, 2.0.4, 2.0.3, 2.0.2, 2.0.1, 2.0 Environment: All Reporter: Oskar Carlstedt Priority: Trivial When creating a sub project, the namespace in the pom is not set. The root pom will allways look like: <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"> ... </project> The sub projects pom will allways look like: <?xml version="1.0"?><project> Not a major thing. Maybe there is a reason for this. With Kind Regards Oskar -- 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