Release plugin loses namespace information from pom.xml
-------------------------------------------------------
Key: MNG-1705
URL: http://jira.codehaus.org/browse/MNG-1705
Project: Maven 2
Type: Bug
Components: maven-release-plugin
Reporter: Wim Deblauwe
When a pom.xml defines the correct namespace, 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">
then this information gets lost when doing a release:prepare. This should
remain because xml editors (like XMLSpy) use this info for code completion and
validation of the xml.
regards,
Wim
--
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]