Yes that might work. If I understand it correctly you could specify on the maven command line which war to build resp. which 'version' of it to run? As you may have realized I had quite some trouble in finding a way to let the user/deployer specify which 'version' to run. The best thing I could come up with was the system-properties approach, but the maven one might actually be better.
Mario On 5/25/07, James Strachan <[EMAIL PROTECTED]> wrote:
[...] BTW I was wondering if we should try use profiles in the activemq-web-console pom.xml so folks could run in the profile of embedded (default) v remote JMX etc? No biggie as I guess folks can just customize things via maven properties.