diff --git a/test/plugin.jelly b/test/plugin.jelly
index bc1fbcd3..b3c4828f 100644
--- a/test/plugin.jelly
+++ b/test/plugin.jelly
@@ -39,12 +39,16 @@
-
+
+
+
+
+ ${_testSrcDirs}
-
-
+
+
@@ -195,6 +200,7 @@
+
@@ -443,7 +449,8 @@
-
+
+
${testmatchpattern}
@@ -460,6 +467,7 @@
+
diff --git a/test/xdocs/changes.xml b/test/xdocs/changes.xml
index 7302c3af..ab856933 100644
--- a/test/xdocs/changes.xml
+++ b/test/xdocs/changes.xml
@@ -24,6 +24,7 @@
+ test:test should honour the maven.test.compile.src.set variable.
Set junit's showoutput attribute if Maven is executed in debug (-X) mode.
Allow to add additional elements to the test classpath, new property maven.test.classpath.
Display a warning if some tests do not pass (and maven.test.failure.ignore=true).
diff --git a/test/xdocs/properties.xml b/test/xdocs/properties.xml
index 120d3442..d18c116c 100644
--- a/test/xdocs/properties.xml
+++ b/test/xdocs/properties.xml
@@ -156,6 +156,13 @@
+
+ | maven.test.compile.src.set |
+ Yes |
+
+ The source directories Maven uses to compile test code.
+ |
+
| maven.test.reportsDirectory |
Yes |