You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Thomas Diesler (JIRA)" <ji...@codehaus.org> on 2009/04/24 16:47:45 UTC

[jira] Created: (SUREFIRE-548) System properties not inherited

System properties not inherited
-------------------------------

                 Key: SUREFIRE-548
                 URL: http://jira.codehaus.org/browse/SUREFIRE-548
             Project: Maven Surefire
          Issue Type: Bug
          Components: plugin
    Affects Versions: 2.4.2
            Reporter: Thomas Diesler


Surefire system properties from the parent pom are not inherited. Instead the complete set of properties is replaced.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (SUREFIRE-548) System properties not inherited

Posted by "Kristian Rosenvold (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SUREFIRE-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Rosenvold closed SUREFIRE-548.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.7.2
         Assignee: Kristian Rosenvold

Treated as documentation issue, docs updated in r1062064,

  To inherit the "systemProperties" collection from the parent configuration,
  you will need to specify combine.children="append" on the systemProperties node in the child pom:

  <systemProperties combine.children="append">
      <property>
         [...]
      </property>
   </systemProperties>

> System properties not inherited
> -------------------------------
>
>                 Key: SUREFIRE-548
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-548
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Maven Surefire Plugin
>    Affects Versions: 2.4.2
>            Reporter: Thomas Diesler
>            Assignee: Kristian Rosenvold
>             Fix For: 2.7.2
>
>
> Surefire system properties from the parent pom are not inherited. Instead the complete set of properties is replaced.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira