Hi vladimir, On 2/15/07, VLADIMIR TERZIC <[EMAIL PROTECTED]> wrote:
I would like to be able to build and deploy all of them at the same time.
you could do a third profile, configuring the maven-deploy-plugin to perform the deploy with 2 (or more) different execution configurations. this is possible through something like: <artifactId>deploy-maven-plugin</artifactId> <executions> <execution>...</execution> <execution>...</execution> <execution>...</execution> </executions> or something like that I believe... hope it helps. -- http://jroller.com/page/vschiavoni