Hi,

I'd like to write a single goal that install jar to repository and produce the maven site:
So i wrote something like this :


<goal name="myGoal">
   <attainGoal name="jar:install"/>
   <attainGoal name="site:generate"/>
</goal>

It works but both jar:install and site:generate call the test:test goal, so i have my unit tests run twice.
It's a real problem when unit tests take a long time to run.


Am i missing something ?
Eric Berenguier



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



Reply via email to