maven-plugins/README.txt
2004-04-30 17:00:26 +00:00

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"