You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Arnaud Heritier (JIRA)" <ji...@codehaus.org> on 2011/12/16 12:11:03 UTC

[jira] (MRELEASE-601) The Maven 2 release plugin modifies CDATA elements in pom.xml files.

    [ https://jira.codehaus.org/browse/MRELEASE-601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=286100#comment-286100 ] 

Arnaud Heritier commented on MRELEASE-601:
------------------------------------------

I confirm that it adds spaces in the 2.0 release. I will test with a more recent version
{code}
- <replacetoken><![CDATA[<distributable/>]]></replacetoken>
- <replacevalue><![CDATA[<distributable/>
+ <replacetoken><![CDATA[<distributable />]]></replacetoken>
+ <replacevalue><![CDATA[<distributable />
{code}
                
> The Maven 2 release plugin modifies CDATA elements in pom.xml files.
> --------------------------------------------------------------------
>
>                 Key: MRELEASE-601
>                 URL: https://jira.codehaus.org/browse/MRELEASE-601
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-7
>            Reporter: Brandon Enochs
>            Priority: Blocker
>         Attachments: pom.xml
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira