я запускаю эту команду [code]mvn clean verify -U -Dskip.surefire=true -Dskip.integration=true -Pwipedb [/code] но выдает эту ошибку [code] Unknown lifecycle phase ".surefire=true". You must specify a valid lifecycle phase or a goal in the format : or :[:]:. Available lifecycle phases are: pre-clean, clean, post-clean, validate, initialize, gener ate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate -test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-site, site, post-site, site-deploy. -> [Help 1] [/code] Я попробовал альтернативную команду [code]mvn clean verify -U -DskipTests=true -DskipITs=true -Pwipedb [/code] но это не пропустило тесты