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 imx...@gmail.com 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,

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 imx...@gmail.com wrote: Before i run my program like this plugin groupIdorg.codehaus.mojo/groupId artifactIdexec-maven-plugin/artifactId

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 imx...@gmail.com wrote: Before i run my program like this plugin groupIdorg.codehaus.mojo/groupId

hi, how to specify java_opts in maven

2009-05-06 Thread shrimpywu
Before i run my program like this plugin groupIdorg.codehaus.mojo/groupId artifactIdexec-maven-plugin/artifactId executions execution goals goalexec/goal