I missed that one, and I think that is the best short term solution. Delicious 
tagged for future reference. ;)

With regards,

Nick S.


-----Original Message-----
From: Dirk Olmes [mailto:[EMAIL PROTECTED]
Sent: Fri 4/11/2008 10:03
To: Maven Users List
Subject: Re: How can I let Maven run a class before packaging
 
[EMAIL PROTECTED] wrote:
> You could bind a plugin to the process classes phase [1] which is a phase 
> after compile but before packaging. If your class doesn't run as a plugin, 
> you have a few options:
> 
> 1) Make a plugin, which runs your class. [2] 
> 2) Use the antrun plugin to fire of your class [3]

3) use the maven-exec-plugin to run your class

-dirk

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


Reply via email to