Why is Jetty using the following peculiar java command in order to specify the modules which are to be installed?
java -jar $JETTY_HOME/start.jar --add-module=server,http,deploy
According to the java command specification it must be called --add-modules but not --add-module. I don't get it. Is it an option Jetty invented for its own purposes?