Re: exec:exec with pom artifact?

2008-06-20 Thread Kristian Rink
Am Thu, 19 Jun 2008 11:53:53 +0200 schrieb Dirk Olmes [EMAIL PROTECTED]: I'm quite sure that this is not what you want. If you want to perform some task at the end of the build, add a module (which can have a POM of packaging pom as well) and do the necessary steps there. Declare the proper

exec:exec with pom artifact?

2008-06-19 Thread Kristian Rink
Folks; so far I make use of a pom artifact having several modules configured in order to ease building projects depending upon each other. Right now, the last of these modules is a war artifact which, after building all modules, I would like to deploy to some server (using exec:exec and the

Re: exec:exec with pom artifact?

2008-06-19 Thread Dirk Olmes
Declaring this inside a war artifact, execution phase deploy, works fine. Using a pom artifact however, it seems to run exec:exec not along with deploying the pom (i.e. after rebuilding all) but in the deploy phase for each module (at least that's what the error messages make me believe). Am I