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
This commit is contained in:
vmassol 2004-04-30 17:00:26 +00:00
parent 4e1d988756
commit 838daf76df

View File

@ -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
A: maven -Dgoal=plugin:test multiproject:goal
Q: How do I generate the dashboard for all plugins?
A: Run "maven dashboard"