How to run spotless during Maven's test phase? #1650
Unanswered
agingorange
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running Cucumber tests, the only thing that is assured to be executed is basically
mvn clean test
.Whenever I run
mvn spotless:check
ormvn spotless:apply
, I can see it working. I've tried to set up executions with phases test, compile (and process-sources and process-test-sources, grasping at straws).How can I get spotless to fire whenever
mvn test
runs?Beta Was this translation helpful? Give feedback.
All reactions