We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d2f5d commit 0e4d3b4Copy full SHA for 0e4d3b4
maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/VerifyMojo.java
@@ -148,10 +148,9 @@ public class VerifyMojo extends AbstractMojo implements SurefireReportParameters
148
private int failOnFlakeCount;
149
150
/**
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>.
+ * No effect. UTF-8 is always used for <code>failsafe-summary.xml</code>.
153
*
154
- * @deprecated since of 2.20.1
+ * @deprecated since 2.20.1
155
*/
156
@Deprecated
157
@Parameter(property = "encoding", defaultValue = "${project.reporting.outputEncoding}")
0 commit comments