Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,9 @@ public class VerifyMojo extends AbstractMojo implements SurefireReportParameters
private int failOnFlakeCount;

/**
* The character encoding scheme to be applied.
* Deprecated since 2.20.1 and used encoding UTF-8 in <code>failsafe-summary.xml</code>.
* No effect. UTF-8 is always used for <code>failsafe-summary.xml</code>.
*
* @deprecated since of 2.20.1
* @deprecated since 2.20.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: As it is deprecated since 2.20 with current version 3.x and new major version coming with Maven 4. Are there plans to remove this property completely?


The doc updates gets a non-binding approval by me.

*/
@Deprecated
@Parameter(property = "encoding", defaultValue = "${project.reporting.outputEncoding}")
Expand Down
Loading