You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Slawomir Jaranowski (Jira)" <ji...@apache.org> on 2023/10/20 07:46:00 UTC

[jira] [Closed] (MNG-7904) Use SettingsStaxReader/Writer for SettingsXpp3Reader/Writer

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

Slawomir Jaranowski closed MNG-7904.
------------------------------------
    Resolution: Fixed

> Use SettingsStaxReader/Writer for SettingsXpp3Reader/Writer
> -----------------------------------------------------------
>
>                 Key: MNG-7904
>                 URL: https://issues.apache.org/jira/browse/MNG-7904
>             Project: Maven
>          Issue Type: Task
>            Reporter: Slawomir Jaranowski
>            Assignee: Slawomir Jaranowski
>            Priority: Major
>             Fix For: 4.0.0-alpha-8
>
>
> {{writer.vm}} should be only used for {{MavenXpp3Writer}} we have hardcode schema location for Maven model.
> eg: 
> {code:java}
>  mvn help:effective-settings  {code}
> produce:
> {code:java}
> <settings 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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
> ....{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)