Skip to content

Commit 0e4d3b4

Browse files
authored
Update encoding docs (#802)
1 parent 73d2f5d commit 0e4d3b4

File tree

1 file changed

+2
-3
lines changed
  • maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe

1 file changed

+2
-3
lines changed

maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/VerifyMojo.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,9 @@ public class VerifyMojo extends AbstractMojo implements SurefireReportParameters
148148
private int failOnFlakeCount;
149149

150150
/**
151-
* The character encoding scheme to be applied.
152-
* Deprecated since 2.20.1 and used encoding UTF-8 in <code>failsafe-summary.xml</code>.
151+
* No effect. UTF-8 is always used for <code>failsafe-summary.xml</code>.
153152
*
154-
* @deprecated since of 2.20.1
153+
* @deprecated since 2.20.1
155154
*/
156155
@Deprecated
157156
@Parameter(property = "encoding", defaultValue = "${project.reporting.outputEncoding}")

0 commit comments

Comments
 (0)