We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc5fa88 commit 299f4caCopy full SHA for 299f4ca
1 file changed
client-java-contrib/cert-manager/pom.xml
@@ -29,6 +29,13 @@
29
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
30
</configuration>
31
</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>
39
</plugins>
40
</build>
41
</project>
0 commit comments