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

[jira] [Commented] (MNG-6175) Regression from version 3.0.4: Whitespaces get deleted in "pom.xml".

    [ https://issues.apache.org/jira/browse/MNG-6175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16515213#comment-16515213 ] 

Jesko Jochum commented on MNG-6175:
-----------------------------------

Sehr geehrte Damen und Herren,

vielen Dank für Ihre Nachricht. Ich bin ab Mo 18.06.2018 wieder im Büro für Sie zu erreichen.

Mit freundlichen Grüßen,
Jesko Jochum


> Regression from version 3.0.4: Whitespaces get deleted in "pom.xml".
> --------------------------------------------------------------------
>
>                 Key: MNG-6175
>                 URL: https://issues.apache.org/jira/browse/MNG-6175
>             Project: Maven
>          Issue Type: Sub-task
>          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)