This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new 18f0c9f9d Remove long-deprecated unused encoding property (#3198)
18f0c9f9d is described below

commit 18f0c9f9dd850f98377032693fa5ec460f42b65b
Author: Tomlincoln <[email protected]>
AuthorDate: Mon Dec 22 01:56:57 2025 +0100

    Remove long-deprecated unused encoding property (#3198)
    
    Co-authored-by: Gáspár Tamás <[email protected]>
---
 .../main/java/org/apache/maven/plugin/failsafe/VerifyMojo.java   | 9 ---------
 1 file changed, 9 deletions(-)

diff --git 
a/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/VerifyMojo.java
 
b/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/VerifyMojo.java
index e53f4073e..d9f668d3d 100644
--- 
a/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/VerifyMojo.java
+++ 
b/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/VerifyMojo.java
@@ -146,15 +146,6 @@ public class VerifyMojo extends AbstractMojo implements 
SurefireReportParameters
     @Parameter(property = "failsafe.failOnFlakeCount", defaultValue = "0")
     private int failOnFlakeCount;
 
-    /**
-     * No effect. UTF-8 is always used for <code>failsafe-summary.xml</code>.
-     *
-     * @deprecated since 2.20.1
-     */
-    @Deprecated
-    @Parameter(property = "encoding", defaultValue = 
"${project.reporting.outputEncoding}")
-    private String encoding;
-
     /**
      * The current build session instance.
      */

Reply via email to