diff --git a/junit-report/plugin.jelly b/junit-report/plugin.jelly
index 4230d939..22f9c480 100644
--- a/junit-report/plugin.jelly
+++ b/junit-report/plugin.jelly
@@ -75,10 +75,15 @@
+
+
+
+
+
diff --git a/junit-report/xdocs/changes.xml b/junit-report/xdocs/changes.xml
index f0bea2f6..4d762895 100644
--- a/junit-report/xdocs/changes.xml
+++ b/junit-report/xdocs/changes.xml
@@ -26,6 +26,7 @@
+ Add ability to specify a custom jsl transform. New property maven.junit.report.jsl.
Keep nested exceptions in truncated stack traces.
Include System.out/System.err in the generated report.
Add description for default goal.
diff --git a/junit-report/xdocs/properties.xml b/junit-report/xdocs/properties.xml
index 533fe0cf..276e521a 100644
--- a/junit-report/xdocs/properties.xml
+++ b/junit-report/xdocs/properties.xml
@@ -31,6 +31,16 @@
Optional? |
Description |
+
+ | maven.junit.report.jsl |
+ Yes |
+
+
+ Absolute path to a custom jelly style sheet
+ used to generate the report.
+
+ |
+
| maven.conf.dir |
Yes |