Re: hi, how to specify java_opts in maven

2009-05-08 Thread Brian Fox
I said below to set MAVEN_OPTS in your environment ;-) On Fri, May 8, 2009 at 1:46 AM, shrimpywu wrote: > > so what should i do??? > > > > BRIAN FOX-5 wrote: > > > > set MAVEN_OPTS = -Xmx512m for example. It can't be done directly from the > > cli. > > > > On Thu, May 7, 2009 at 1:39 AM, shrimpy

Re: hi, how to specify java_opts in maven

2009-05-07 Thread shrimpywu
so what should i do??? BRIAN FOX-5 wrote: > > set MAVEN_OPTS = -Xmx512m for example. It can't be done directly from the > cli. > > On Thu, May 7, 2009 at 1:39 AM, shrimpywu wrote: > >> >> Before i run my program like this >> >> >>org.codehaus.mojo >>exec-mav

Re: hi, how to specify java_opts in maven

2009-05-07 Thread Brian Fox
set MAVEN_OPTS = -Xmx512m for example. It can't be done directly from the cli. On Thu, May 7, 2009 at 1:39 AM, shrimpywu wrote: > > Before i run my program like this > > >org.codehaus.mojo >exec-maven-plugin > > >

hi, how to specify java_opts in maven

2009-05-06 Thread shrimpywu
Before i run my program like this org.codehaus.mojo exec-maven-plugin exec <