Skip to content

Commit e5375fd

Browse files
[MCOMPILER-558] compileSourceRoots in testCompile should be writable (#209)
Make compileSourceRoots read/write so that it can be configured Co-authored-by: Slawomir Jaranowski <[email protected]>
1 parent 24c8104 commit e5375fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/java/org/apache/maven/plugin/compiler/TestCompilerMojo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public class TestCompilerMojo extends AbstractCompilerMojo {
7070
/**
7171
* The source directories containing the test-source to be compiled.
7272
*/
73-
@Parameter(defaultValue = "${project.testCompileSourceRoots}", readonly = true, required = true)
73+
@Parameter(defaultValue = "${project.testCompileSourceRoots}", readonly = false, required = true)
7474
private List<String> compileSourceRoots;
7575

7676
/**

0 commit comments

Comments
 (0)