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 "asadmin" utility).
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 right on that? If so, how to achieve the effect I would like to have, using such a configuration? Thanks in advance and bye, Kristian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
