Laura Llewellyn created MINVOKER-155:
----------------------------------------

             Summary: Invoker plugin does not allow multiple environment 
variables to be set
                 Key: MINVOKER-155
                 URL: https://jira.codehaus.org/browse/MINVOKER-155
             Project: Maven 2.x Invoker Plugin
          Issue Type: Bug
    Affects Versions: 1.8
         Environment: Observed with Maven 3.0.4, both Windows 7 and RedHat Linux
            Reporter: Laura Llewellyn
         Attachments: maven-env-test.zip

Multiple environment variables may be specified using the 
{{environmentVariables}} parameter as shown below.  However, only one of the 
variables is actually passed to the test cases.

{code:title=Plugin Configuration}
<environmentVariables>
   <A_PROP>white</A_PROP>
   <Z_PROP>blue</Z_PROP>
</environmentVariables>
{code}


--
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