If you're using Maven for building projects, occasionally you might come across situation where you wonder what version of a certain plugin you're using. You might also wonder what goals are available.
In order to identify the plugin's version and goals, type the following in terminal.
Eg :
mvn -Dplugin=install help:describe
This will describe the details of the "install" plugin. Note that this will also describe the plugin's available goals.
In order to identify the plugin's version and goals, type the following in terminal.
Eg :
mvn -Dplugin=install help:describe
This will describe the details of the "install" plugin. Note that this will also describe the plugin's available goals.
No comments:
Post a Comment