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"