[Lift] Re: How do I set the property 'mode' ?

2009-05-21 Thread Jonathan Ferguson
Thanks very much ! Jono On May 22, 2:38 pm, David Pollak wrote: > You set it on the command line: > > export MAVEN_OPTS="-Drun.mode=production" > mvn jetty:run > > Thanks, > > David > > On Thu, May 21, 2009 at 9:35 PM, Jonathan Ferguson wrote: > > > > > Is it part of the maven build or can I s

[Lift] Re: How do I set the property 'mode' ?

2009-05-21 Thread David Pollak
You set it on the command line: export MAVEN_OPTS="-Drun.mode=production" mvn jetty:run Thanks, David On Thu, May 21, 2009 at 9:35 PM, Jonathan Ferguson wrote: > > Is it part of the maven build or can I set it per environment ? > > This is so I can use the correct log file at run time, see > >