Hi all, I am executing a plugin's goal directly through the maven command. It is executed as follows:
mvn clover2:setup ( which executes the setup goal of the clover2 plugin) However, I want another plugin's goal to be executed before the clover2:setup goal is executed which I have to mention in the pom.xml. Is there a way to find out which phase does the plugin's goal actually executes when we call it directly ? Tx, Ravi
