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

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

commit 9646fd8596fa5aaf3c7eb117450bdab091e41980
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Wed May 10 15:57:52 2023 +0200

    Fix
---
 .../maven/plugins/surefire/report/AbstractSurefireReportMojo.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/AbstractSurefireReportMojo.java
 
b/maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/AbstractSurefireReportMojo.java
index a9f5918df..d86436119 100644
--- 
a/maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/AbstractSurefireReportMojo.java
+++ 
b/maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/AbstractSurefireReportMojo.java
@@ -108,7 +108,7 @@ public abstract class AbstractSurefireReportMojo extends 
AbstractMavenReport {
      *
      * @since 3.1.0
      */
-    @Parameter(defaultValue = "src/site/custom/surefire-report.properties")
+    @Parameter(defaultValue = 
"${basedir}/src/site/custom/surefire-report.properties")
     private String customBundle;
 
     /**

Reply via email to