[ 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