Код: Выделить всё
mvn clean verify -U -Dskip.surefire=true -Dskip.integration=true -Pwipedb
Код: Выделить всё
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]
Код: Выделить всё
mvn clean verify -U -DskipTests=true -DskipITs=true -Pwipedb
Подробнее здесь: https://stackoverflow.com/questions/785 ... ot-working