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 2019/04/03 20:18:00 UTC

[jira] [Closed] (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 closed MNG-6175.
-------------------------------
       Resolution: Incomplete
    Fix Version/s:     (was: waiting-for-feedback)

No feedback received.

> 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
>
> Leading and trailing whitespaces in the "pom.xml" get deleted.
> Exemplary excerpt of a "pom.xml" file:
> {code:xml}
> <properties>
> <batch.sortId xml:space="preserve"> 1 </batch.sortId>
> </properties>
> {code}
> Checking the "effective pom" results in:
> {code:xml}
> <properties>
> ...
> <batch.sortId>1</batch.sortId>
> ...
> </properties>
> {code}
> 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)