Christophe DENEUX created SUREFIRE-963:
------------------------------------------
Summary: Unable to set empty environment variables
Key: SUREFIRE-963
URL: https://jira.codehaus.org/browse/SUREFIRE-963
Project: Maven Surefire
Issue Type: Bug
Components: Maven Surefire Plugin
Affects Versions: 2.13
Environment: Linux Ubuntu 12.10,Maven 3.0.4
Reporter: Christophe DENEUX
With the following configuration of the maven-surefire-plugin:
{code}
<configuration>
<environmentVariables>
<PETALS_CLI_PREFS></PETALS_CLI_PREFS>
</environmentVariables>
</configuration>
{code}
I get the String "null" instead of "" as value of my env var in my unit test.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira