Skip to content

Maven plugin skip no longer functional in 2.19.0 and above #1227

@bbarker-eb

Description

@bbarker-eb

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>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions