Hi 

Have a look there 

http://www.sonatype.com/books/maven-book/reference/writing-plugins-sect-plugins-lifecycle.html
 

-----Message d'origine-----
De : Balasubramanian, Ravi Shankar [mailto:rbala...@informatica.com] 
Envoyé : jeudi 12 mars 2009 02:22
À : users@maven.apache.org
Objet : Which phase does a plugin's goal execute ? 

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 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to