How do I make Maven generate a list of all of the plugins that it recognizes?
By default, it is located within the user's home directory (~/. m2/repository) but the location can be configured in ~/. m2/settings. xml using the <localRepository> element.
In Maven, there are two kinds of plugins, build and reporting: Build plugins are executed during the build and configured in the <build/> element. Reporting plugins are executed during the site generation and configured in the <reporting/> element.
In Maven, you can use mvn dependency:tree to display the project dependencies in tree format.
"Recognizes" or "uses"? You can see all the plugins configured in a particular project using mvn help:effective-pom
. A global list of all available maven plugins would probably be impossible to accurately compile. There are lists of a couple of major clusters of plugins at the maven site and at codehaus, but maven plugins can come from anywhere.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With