From 838daf76df2187839c58acb8b7f0369e8b58bee0 Mon Sep 17 00:00:00 2001 From: vmassol Date: Fri, 30 Apr 2004 17:00:26 +0000 Subject: [PATCH] Help on how to generate the dashboard report git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115106 13f79535-47bb-0310-9956-ffa450edef68 --- README.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index cef99500..c7049e1f 100644 --- a/README.txt +++ b/README.txt @@ -2,4 +2,7 @@ Q: How do I build and install all these plugins from source? A: maven -Dgoal=clean,plugin:install multiproject:goal Q: How do I test all these plugins? -A: maven -Dgoal=plugin:test multiproject:goal \ No newline at end of file +A: maven -Dgoal=plugin:test multiproject:goal + +Q: How do I generate the dashboard for all plugins? +A: Run "maven dashboard"