1
I am developing an application with Spring Boot and every time I perform the command mvn package
He 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 the package failed. How can I perform packaging without running tests?