Skip to content

Instantly share code, notes, and snippets.

@a-oleynik
Last active August 14, 2026 23:07
Show Gist options
  • Select an option

  • Save a-oleynik/db088cea588a51e4601d6a1847c9646e to your computer and use it in GitHub Desktop.

Select an option

Save a-oleynik/db088cea588a51e4601d6a1847c9646e to your computer and use it in GitHub Desktop.
Как пользоваться Maven Wrapper
Задача Глобальный Maven Linux и macOS Windows
Запустить тесты mvn test ./mvnw test .\mvnw.cmd test
Сборка в CI mvn -B -ntp clean verify ./mvnw -B -ntp clean verify .\mvnw.cmd -B -ntp clean verify
Активировать профиль mvn -Psmoke test ./mvnw -Psmoke test .\mvnw.cmd -Psmoke test
Передать свойство mvn -DskipTests package ./mvnw -DskipTests package .\mvnw.cmd -DskipTests package
Работать offline mvn -o test ./mvnw -o test .\mvnw.cmd -o test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment