1. Using command
Add option -Djetty.port=9090 on command.
example:
mvn -Djetty.port=9090 jetty:run
2. pom.xml
Change/add jetty.port system property on pom.xml.
example:
org.mortbay.jetty maven-jetty-plugin jetty.port 9090
mvn -Djetty.port=9090 jetty:run
org.mortbay.jetty maven-jetty-plugin jetty.port 9090
![]() |
| Derived attibute on foder properties |
![]() | |
| access to Open Resource's menu |
git diff on xterm, the displayed result showing ESC[ characters instead of colored line.-R options since i only want to clear ESC[ characters and colored diffs. So i add this line on my ~/.bashrc :
LESS="-R"; export LESS