git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115106 13f79535-47bb-0310-9956-ffa450edef68
9 lines
277 B
Plaintext
9 lines
277 B
Plaintext
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
|
|
|
|
Q: How do I generate the dashboard for all plugins?
|
|
A: Run "maven dashboard"
|