[ https://jira.codehaus.org/browse/SUREFIRE-963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=355280#comment-355280 ]
Tibor Digana commented on SUREFIRE-963: --------------------------------------- Hi Christophe, This is the list of issue/features we need to complete in SUREFIRE 2.19. It's only three but I am sure we will endup with much more bugfixes. https://jira.codehaus.org/browse/SUREFIRE/fixforversion/20728#selectedTab=com.atlassian.jira.plugin.system.project%3Aversion-summary-panel My proposal would be to split the SUREFIRE-580 in several pull-requests in GitHub until completed. We can open several PRs at GitHub. One for AbstractSurefireMojo, next PR for TestNG, JUnit, and next for the forked processes. We can discuss the details at the Maven mailing list in Maven Developers. Just register there. http://maven.40175.n5.nabble.com > 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 > Assignee: Tibor Digana > Fix For: 2.18 > > Attachments: SUREFIRE-963.txt > > > With the following configuration of the maven-surefire-plugin: > {code} > <configuration> > <environmentVariables> > <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 was sent by Atlassian JIRA (v6.1.6#6162)