mvn -Djetty.port=8082 jetty:run
Reference:
http://jetty.codehaus.org/jetty/maven-plugin/run-mojo.html
mvn -Djetty.port=8082 jetty:run
Reference:
http://jetty.codehaus.org/jetty/maven-plugin/run-mojo.html
gpsbabel -t -w -i m241 -f /dev/tty.HOLUX_M-241-SPPSlave -o gpx -F `date +’%F-%H:%M’`.gpx
Reference:
http://wiki.openstreetmap.org/w/index.php?title=Holux_M-241&oldid=725900
I can’t run my program by mvn jetty:run because the heap memory was full. I try many ways but in my case I use this command on the shell and it was done.
export MAVEN_OPTS=-Xmx2048m