Skip to content

Commit 299f4ca

Browse files
committed
spotless skip cert-manager
1 parent bc5fa88 commit 299f4ca

File tree

1 file changed

+7
-0
lines changed
  • client-java-contrib/cert-manager

1 file changed

+7
-0
lines changed

client-java-contrib/cert-manager/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
3030
</configuration>
3131
</plugin>
32+
<plugin>
33+
<groupId>com.diffplug.spotless</groupId>
34+
<artifactId>spotless-maven-plugin</artifactId>
35+
<configuration>
36+
<skip>true</skip>
37+
</configuration>
38+
</plugin>
3239
</plugins>
3340
</build>
3441
</project>

0 commit comments

Comments
 (0)