> Will the ldap:run launch another war? I have no idea.... Just reading it from http://ldap-maven-plugin.btmatthews.com/run-mojo.html
I think what I want to do is execute different phases on different projects. I could do: mvn -pl :cloud-client-ui jetty:run followed by: mvn -pl :cloud-plugin-user-authenticator-ldap ldap:run but it would nice to have them coming up together. On 10 July 2013 11:34, Prasanna Santhanam <[email protected]> wrote: > On Wed, Jul 10, 2013 at 11:28:05AM +0100, Ian Duffy wrote: >> > Sounds like a good idea if all config is in flat files. Runnable from >> > maven and can be linked with the checkin tests >> >> Newbie maven question.... >> >> Is it possible to do something like: >> mvn -pl :cloud-client-ui jetty-run >> :cloud-plugin-user-authenticator-ldap ldap:run >> > > mvn rookie to newbie : I haven't come across something like that :) > Will the ldap:run launch another war? > > See: > http://stackoverflow.com/questions/5519066/possible-to-run-two-webapps-at-once-when-developing-with-maven-eclipse > > -- > Prasanna., > > ------------------------ > Powered by BigRock.com >
