I am working on a DropWizard project for the first time which uses the docker-config.yml
file to run the server using the jar file.
The command I run on the terminal to run the server is something like this:
java -jar target/foo-0.0.1.jar server conf/docker-conf.yml
I have to run mvn package
every single time I make a change (even for a small change like System.out.println();
).
Will toggling the build project automatically
in Preferences > Build, Execution, Deployment > Compiler accomplish this task?