You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2018/06/17 22:22:00 UTC

[jira] [Updated] (MNG-6175) Whitespace gets deleted in properties value text

     [ https://issues.apache.org/jira/browse/MNG-6175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov updated MNG-6175:
--------------------------------
    Summary: Whitespace gets deleted in properties value text  (was: Regression from version 3.0.4: Whitespaces get deleted in "pom.xml".)

> Whitespace gets deleted in properties value text
> ------------------------------------------------
>
>                 Key: MNG-6175
>                 URL: https://issues.apache.org/jira/browse/MNG-6175
>             Project: Maven
>          Issue Type: Bug
>          Components: Plugin API
>    Affects Versions: 3.3.9
>            Reporter: Jesko Jochum
>            Priority: Minor
>              Labels: regression
>
> Leading and trailing whitespaces in the "pom.xml" get deleted.
> Exemplary excerpt of a "pom.xml" file:
> ...
> <properties>
> <batch.sortId xml:space="preserve"> 1 </batch.sortId>
> </properties>
> ...
> Checking the "effective pom" results in:
> ...
> <properties>
> ...
> <batch.sortId>1</batch.sortId>
> ...
> </properties>
> ...
> So the leading and trailing whitespaces have been deleted. [MNG-5380] states this to be resolved since version 3.0.4.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)