[
https://issues.apache.org/jira/browse/MINVOKER-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17958430#comment-17958430
]
Olivier Lamy commented on MINVOKER-273:
---------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-invoker-plugin#440|https://github.com/apache/maven-invoker-plugin/issues/440].
> Environment variable with empty value
> -------------------------------------
>
> Key: MINVOKER-273
> URL: https://issues.apache.org/jira/browse/MINVOKER-273
> Project: Maven Invoker Plugin (Moved to GitHub Issues)
> Issue Type: Bug
> Affects Versions: 3.2.1
> Reporter: Slawomir Jaranowski
> Assignee: Olivier Lamy
> Priority: Major
> Fix For: 3.3.0
>
>
> When we configure invoker with empty environment value, like:
> {code}
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-invoker-plugin</artifactId>
> <configuration>
> <environmentVariables>
> <EMPTY_ENV/>
> </environmentVariables>
> </configuration>
> {code}
> Testing code will receive variable {{EMPTY_ENV}} with value {{"null"}} as
> string.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)