Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update encoding docs #802

Merged
merged 9 commits into from
Dec 25, 2024
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

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