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

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


The following commit(s) were added to refs/heads/master by this push:
     new e5375fd  [MCOMPILER-558] compileSourceRoots in testCompile should be 
writable (#209)
e5375fd is described below

commit e5375fd10f00e4db5471bdc69ebdc4ba20f7bbdc
Author: Lorenz Simon <lorenz.simon.m...@gmail.com>
AuthorDate: Thu Nov 23 12:02:34 2023 +0100

    [MCOMPILER-558] compileSourceRoots in testCompile should be writable (#209)
    
    Make compileSourceRoots read/write so that it can be configured
    
    Co-authored-by: Slawomir Jaranowski <s.jaranow...@gmail.com>
---
 src/main/java/org/apache/maven/plugin/compiler/TestCompilerMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/maven/plugin/compiler/TestCompilerMojo.java 
b/src/main/java/org/apache/maven/plugin/compiler/TestCompilerMojo.java
index 877e6e4..43aab2f 100644
--- a/src/main/java/org/apache/maven/plugin/compiler/TestCompilerMojo.java
+++ b/src/main/java/org/apache/maven/plugin/compiler/TestCompilerMojo.java
@@ -70,7 +70,7 @@ public class TestCompilerMojo extends AbstractCompilerMojo {
     /**
      * The source directories containing the test-source to be compiled.
      */
-    @Parameter(defaultValue = "${project.testCompileSourceRoots}", readonly = 
true, required = true)
+    @Parameter(defaultValue = "${project.testCompileSourceRoots}", readonly = 
false, required = true)
     private List<String> compileSourceRoots;
 
     /**

Reply via email to