-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maven plugin skip no longer functional in 2.19.0 and above #1227
Labels
Comments
bbarker-eb
changed the title
Maven plugin skip no longer functional
Maven plugin skip no longer functional in 2.19.0 and above
Jun 2, 2022
Ditto here apache/flink#20911. I'm working on a fix. |
It seems this commit changes the manner: d83eee2 |
OK. I locate the root cause and can show you a workaround at apache/flink#20911 while prepare a patch to keep the manner. |
Root cause: 6788e17 |
Fixed by @tisonkun, available in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issue/enhancement: Maven plugin should support skip #491 no longer functions as of release 2.19.0.
mvn spotless:check or mvn spotless:apply does not get skipped as in earlier releases.
<plugin> <groupId>com.diffplug.spotless</groupId> <artifactId>spotless-maven-plugin</artifactId> <version>2.19.0</version> <configuration> <skip>true</skip> </configuration> </plugin>
The text was updated successfully, but these errors were encountered: