Hello,
In your mvn command, you are invoing esp:install which means:
 - execute the mojo install in the plugin esp

In your mojo's configuration you may have forked a lifecycle which
would explain maven's behavior: 
 - validate is executed twice, one for the mojo and once for the
   lifecycle the pom is packaged two
 - install is executed once to prevent recursive invocation

HTH
-- 
OQube < software engineering \ génie logiciel >
Arnaud Bailly, Dr.
\web> http://www.oqube.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to