I'm developing an application with Spring Boot and every time I run the command mvn package
it runs my unit tests. However, my tests do not raise the server with the application to run the tests on it, because the database is not on my machine. With this, all tests generate error and package fails. How can I perform packaging without running the tests?