Skip to content

Support environment variables in Maven settings.xml #9000

@DmitriyLewen

Description

@DmitriyLewen

Description

maven settings file supports envs - https://maven.apache.org/settings.html#Properties
e.g.

      <privateKey>${user.home}/.ssh/id_dsa</privateKey>

So we need to add support for decoding ${env.*}

Discussed in #7070

Metadata

Metadata

Assignees

Labels

kind/featureCategorizes issue or PR as related to a new feature.target/filesystemIssues relating to filesystem scanning

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions