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

Brett Porter closed SUREFIRE-635.
---------------------------------

       Resolution: Duplicate
    Fix Version/s:     (was: 2.6)

> 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

        

Reply via email to