Monday, April 7, 2008

Maven 2 help plugin

(I always forget this bit, so I'm putting it here for posterity.)

The help plugin for Maven 2 can print the possible goals and other info for a plugin:
mvn help:describe -Dplugin=eclipse -Dmedium=true
-Dfull=true gives some more detailed output.

For more info see the help plugin pages.