From 418d3ced0cfef1a7f5cb4cc767c0f4570d5cd371 Mon Sep 17 00:00:00 2001 From: vmassol Date: Tue, 11 Jan 2005 05:50:21 +0000 Subject: [PATCH] Added FAQ for the dashboard plugin's website git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@124888 13f79535-47bb-0310-9956-ffa450edef68 --- dashboard/project.xml | 2 +- dashboard/xdocs/changes.xml | 5 ++++ dashboard/xdocs/faq.fml | 49 ++++++++++++++++++++++++++++++++++ dashboard/xdocs/navigation.xml | 1 + 4 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 dashboard/xdocs/faq.fml 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 @@ 3 maven-dashboard-plugin Maven Dashboard Plugin - 1.6 + 1.7-SNAPSHOT Generate a dashboard containing global statistics about other maven reports Generate a statistic dashboard http://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: +

+ +
+
+ +
+
diff --git a/dashboard/xdocs/navigation.xml b/dashboard/xdocs/navigation.xml index beb59128..9dbfa6d3 100644 --- a/dashboard/xdocs/navigation.xml +++ b/dashboard/xdocs/navigation.xml @@ -31,6 +31,7 @@ +