Hi, I am new in using maven.I am trying to use was5 plug-in. What i want to do is i want to use WAS plug-in for starting 2 application server instances. WAS plug-in has task for starting server instance was5:startServer which has property maven.was5.startServer.server which lets you specify which server you want to start. Since i want to start server1 and server2 i am not sure how to call was5:startServer twice so that it takes server1 as value for maven.was5.startServer.server for first time and next time it takes server2.
Thank You Sunil
