You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Houze Christian-Luc (DCTI)" <ch...@etat.ge.ch> on 2007/04/04 18:33:34 UTC

Custom Plugin executed several times depending on @phase - why ?

I have created a very simple custom plugin (hello world)
Depending on my mojo specified "@phase" it is executed once or more
(I run maven with "mvn install" on a project with a pom that has "jar"
packaging)
Exemple:

@phase process-classes one execution for "hello world"

@phase validate  three executions for "hello world"

Why ? 

Thanks for any hint

		Christian-Luc