Anders Hammar created MINVOKER-160:
--------------------------------------

             Summary: environmentVariables param only sets one variable
                 Key: MINVOKER-160
                 URL: https://jira.codehaus.org/browse/MINVOKER-160
             Project: Maven Invoker Plugin
          Issue Type: Bug
    Affects Versions: 1.8
         Environment: Windows 7, IBM JDK 1.6.0, Maven 3.0.4
            Reporter: Anders Hammar


If defining two environment variables to be set, only one of them is actually 
set. For example, this will only set one of the vars:
{quote}
<environmentVariables>
  <foo>YES</foo>
  <bar>YES</bar>
</environmentVariables>
{quote}

This is very simple to see updating the existing IT 
'invocation-environmentvariable' to use two env variables.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to