A call to: mvn jooby:run launches two JVM
- one for maven
- one for the application
This isn't necessarily bad... but we should allow to run the application in 1 JVM (maven+app). Next release will provide a new fork parameter that allows to run a new JVM for the application.
By default fork will be set to false and reuse the JVM started by Maven.