...
For developer testing you might want to also just run the build on jetty. To do this just use the following command in mes/mes-application/ directory:
./jetty-run.sh -Dprofile=profile_name
jetty-run.sh (and jetty-run.bat for windows users) was introduced to eliminate the need of to explicity appending -javaagent:/path/to/aspectjweaver.jar every time you run Jetty.
...