How to list all goals available for a certain plugin?
We can use the describe goal of maven-projecthelp-plugin to list the goals available, see sample syntax below. mvn projecthelp:describe -Dplugin=org.apache.maven.plugins:maven-eclipse-plugin -Dfull=true This would display all the goals and descriptions of the parameters used by maven-eclipse-plugin.