aljoscha commented on a change in pull request #14488: URL: https://github.com/apache/flink/pull/14488#discussion_r549279115
########## File path: pom.xml ########## @@ -1815,6 +1827,47 @@ under the License. </configuration> </plugin> + <!-- Due to the Flink build setup, "mvn spotless:apply" and "mvn spotless:check" + don't work. You have to use the fully qualified name, i.e. + "mvn com.diffplug.spotless:spotless-maven-plugin:apply" --> Review comment: @zentol said that this can happen quite a lot. On a fresh Maven project `mvn spotless:apply` works, but not for us. We're stretching Maven quite a bit and that shows more and more. 🙈 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org