You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are submitting a bug, please include the following:
Summary:
Applying the spotless maven plugin to specific phases is not working. For example, having binded check to validate phase and apply to verify, running verify also applies spotless.
Plugin goals run correctly individually eg mvn spotless:check
If you are submitting a bug, please include the following:
Summary:
Applying the spotless maven plugin to specific phases is not working. For example, having binded check to validate phase and apply to verify, running verify also applies spotless.
Plugin goals run correctly individually eg
mvn spotless:check
public git repo with example: https://gitlab.com/thahgr/spotless-maven-phases-test
to reproduce
expected: the command should fail because spotless check failed
actual: the command succeeds while writing files with spotless::apply
versions:
maven: 3.8.1
java: 17
spotless: 2.43.0
google-java-plugin: 1.22.0
os: Ubuntu 22.04.4 LTS
Spotless configuration
The text was updated successfully, but these errors were encountered: