diff --git a/pmd/plugin.jelly b/pmd/plugin.jelly
index 07d64000..fc2fb1b6 100644
--- a/pmd/plugin.jelly
+++ b/pmd/plugin.jelly
@@ -111,28 +111,35 @@
violated and that causes the report generation to fail later on -->
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+ No java source files to process.
+
+
@@ -149,7 +156,7 @@
-
+
diff --git a/pmd/xdocs/changes.xml b/pmd/xdocs/changes.xml
index 508c5705..2f54308b 100644
--- a/pmd/xdocs/changes.xml
+++ b/pmd/xdocs/changes.xml
@@ -25,6 +25,9 @@
Vincent Massol
+
+ Check sources are present before calling PMD.
+
Upgrade to PMD 1.3, clean up and improve documentation.