Anders,
Mmm that sounds plausible altho so far I don't seem to see any
difference in behaviour, my "ps aux" output shows
amrk 6040 0.0 5.7 4054184 478464 s000 S+ 10:53am 3:57.72 /usr/bin/java
-Dcom.sun.management.jmxremote -Djava.awt.headless=true -Xmx1024m
-XX:+CMSClassUnloadingEnabled -XX:
I think I ran into something similar the other day. You need to put each of
the arguments in a separate argument element.
-Dcom.sun.management.jmxremote
-Djava.awt.headless=true
-Xmx1024m
etc.
/Anders
On Wed, Dec 5, 2012 at 10:05 PM, Mark Derricutt wrote:
> Hey all,
>
> Seeing some odd behav
Hey all,
Seeing some odd behaviour with maven-exec-plugin and JVM arguments that
seem to be eluding me. I have the following config:
org.codehaus.mojo
exec-maven-plugin
1.2.1
java
test
true
-Dcom.sun.management.jmxremote -Djava.awt.headless=true -Xmx1024m