How to build directly from IntelliJ IDEA without command line "mvn compile" first?

You only have to do a single mvn compile after a full mvn clean. After that, you can start/debug Graylog straight from IntelliJ. That is at least what I am doing! :slight_smile: