This is an automated email from the ASF dual-hosted git repository.
michaelo 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 f9592108a [SUREFIRE-2163] customBundle properly not subject to basedir
alignment
f9592108a is described below
commit f9592108a83bff52b94e6455ce732fb2fad2600a
Author: Michael Osipov <[email protected]>
AuthorDate: Wed May 10 15:57:52 2023 +0200
[SUREFIRE-2163] customBundle properly not subject to basedir alignment
---
.../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 9a192567c..a62d15bb0 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
@@ -114,7 +114,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;
/**