[
https://issues.apache.org/jira/browse/SUREFIRE-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15969555#comment-15969555
]
Tibor Digana commented on SUREFIRE-1360:
----------------------------------------
[~jerrinot]
Good News.
We do not have to create a new parameter. We can reuse the existing one and
support CSV. Please update Javadoc and documentation {{*.apt.vm}}.
{code}
@Parameter( property = "surefire.reportFormat", defaultValue = "brief" )
private String reportFormat;
{code}
See where {{"brief"}} is used. We rely on two values and therefore you will see
{{boolean}} sometimes. Please rework the code to e.g. {{Set<ReportFormatEnum>}}.
I do not know how you want to call a new parameter value, e.g.
{{suppressSystemProperties}}.
> Option to disable properties dumping in StatelessXmlReporter
> ------------------------------------------------------------
>
> Key: SUREFIRE-1360
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1360
> Project: Maven Surefire
> Issue Type: Improvement
> Components: Maven Surefire Plugin
> Reporter: Jaromir Hamala
> Assignee: Tibor Digana
> Priority: Minor
>
> I'd like to have an option to disable dumping (all?) properties into XML
> reports.
> Reasoning:
> The same properties are repeated in 10,000's of XML test reports.
> In many cases this is unnecessary. It's painful when a test environment has
> I/O throttling - think of AWS with I/O burst credits.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)