diff --git a/dashboard/project.xml b/dashboard/project.xml
index 7127b831..7b1c845a 100644
--- a/dashboard/project.xml
+++ b/dashboard/project.xml
@@ -23,7 +23,7 @@
3maven-dashboard-pluginMaven Dashboard Plugin
- 1.6
+ 1.7-SNAPSHOTGenerate a dashboard containing global statistics about other maven reportsGenerate a statistic dashboardhttp://maven.apache.org/reference/plugins/dashboard/
diff --git a/dashboard/xdocs/changes.xml b/dashboard/xdocs/changes.xml
index f0920f5f..443ec749 100644
--- a/dashboard/xdocs/changes.xml
+++ b/dashboard/xdocs/changes.xml
@@ -24,6 +24,11 @@
Vincent Massol
+
+
+ Added a FAQ on the website.
+
+ Added Maven Change Log aggregators.Added Maven Tasks List aggregators.
diff --git a/dashboard/xdocs/faq.fml b/dashboard/xdocs/faq.fml
new file mode 100644
index 00000000..242c7b23
--- /dev/null
+++ b/dashboard/xdocs/faq.fml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+ General
+
+
+
+ Why don't any data in the generated report?
+
+
+
+ One of the possible reason is that your master project and its subprojects are not
+ located in the default location the dashboard plugin expects them. by default the
+ plugin expects the subprojects to be located one directory below the master project.
+ In other words, it is looking for subprojecs using the */project.xml
+ pattern.
+
+
+ This can be controlled using the following properties (shown here with their default
+ values:
+