diff --git a/checkstyle/plugin.jelly b/checkstyle/plugin.jelly
index a813f6ca..43f7ece2 100644
--- a/checkstyle/plugin.jelly
+++ b/checkstyle/plugin.jelly
@@ -28,9 +28,16 @@
xmlns:ant="jelly:ant"
xmlns:util="jelly:util"
xmlns:doc="doc"
+ xmlns:maven="jelly:maven"
xmlns:define="jelly:define"
xmlns:checkstyle="checkstyle">
+
+
+
+
+
+
+
+
+
+
+
+ The locale defined in maven.xdoc.locale.default is invalid.
+ As Coutry code we'll use EN instead.
+
+
+
+
Using ${checkstyleProperties} for checkstyle ...
+ LocaleCountry : ${localeCountry}
+
+
+
+
diff --git a/checkstyle/src/plugin-resources/sun_checks.xml b/checkstyle/src/plugin-resources/sun_checks.xml
index 9065a34b..8855a00a 100644
--- a/checkstyle/src/plugin-resources/sun_checks.xml
+++ b/checkstyle/src/plugin-resources/sun_checks.xml
@@ -50,6 +50,9 @@
+
+
+
diff --git a/checkstyle/src/plugin-resources/turbine_checks.xml b/checkstyle/src/plugin-resources/turbine_checks.xml
index 6940e708..3ed4a7cb 100644
--- a/checkstyle/src/plugin-resources/turbine_checks.xml
+++ b/checkstyle/src/plugin-resources/turbine_checks.xml
@@ -50,6 +50,9 @@
+
+
+
diff --git a/checkstyle/xdocs/changes.xml b/checkstyle/xdocs/changes.xml
index aba78348..aa5535bf 100644
--- a/checkstyle/xdocs/changes.xml
+++ b/checkstyle/xdocs/changes.xml
@@ -26,6 +26,9 @@
+ It requires at least maven-plugin-plugin v1.7.
+ It requires at least maven-xdoc-plugin v1.10.
+ The checkstyle plugin use the maven.xdoc.locale.default to generate the report.
Ability to check test sources using property maven.checkstyle.check.tests
Generate reports filtered by severity
Support for Java5
diff --git a/checkstyle/xdocs/index.xml b/checkstyle/xdocs/index.xml
index 76ed08c9..aa6f35a0 100644
--- a/checkstyle/xdocs/index.xml
+++ b/checkstyle/xdocs/index.xml
@@ -33,6 +33,13 @@
code violations can be easily found and corrected.
+
+ Be careful, the following plugins must be installed to use the FAQ plugin :
+
+ - maven-plugin-plugin 1.7 (at least)
+ - maven-xdoc-plugin 1.10 (at least)
+
+