You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2010/08/20 15:15:32 UTC

[jira] Reopened: (SUREFIRE-635) System properties are not reported in xml files

     [ http://jira.codehaus.org/browse/SUREFIRE-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter reopened SUREFIRE-635:
-----------------------------------


> System properties are not reported in xml files
> -----------------------------------------------
>
>                 Key: SUREFIRE-635
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-635
>             Project: Maven Surefire
>          Issue Type: Improvement
>          Components: xml generation
>    Affects Versions: 2.5
>         Environment: Maven 2.2.1
>            Reporter: Michael Hinterseher
>            Priority: Minor
>
> Calling Maven with system properties like "mvn test -Dmaven.test.failure.ignore=true -Dmaven.test.error.ignore=true" do show up in the generated xml files.
> Either there should be a single entry like
> <property name="system.properties" value="maven.test.failure.ignore=true maven.test.error.ignore=true"/>
> or one per system property
> <property name="maven.test.error.ignore" value="true"/>
> <property name="maven.test.failure.ignore" value="true"/>
> In the second case it would make sense to rename the tag to system_property to differentiate from regular properties.

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