On 29.12.2005, at 18:36, Brett Porter wrote:

If you expect to run it as "mvn minijar:minijar", then you should use
@execute phase="package" instead of @phase package.

But doesn't that mean it will be called also on a "mvn jar:jar"?

Basically I would like to get the same behavior as:

 <project>
  <goal name="minijar:minijar">
    <attainGoal name="jar:jar"/>
    ...call to plugin...
  </goal>
 </project>

cheers
--
Torsten

Attachment: PGP.sig
Description: This is a digitally signed message part

Reply via email to