We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53cab9 commit bc5fa88Copy full SHA for bc5fa88
1 file changed
client-java-contrib/prometheus-operator/pom.xml
@@ -28,6 +28,13 @@
28
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
29
</configuration>
30
</plugin>
31
+ <plugin>
32
+ <groupId>com.diffplug.spotless</groupId>
33
+ <artifactId>spotless-maven-plugin</artifactId>
34
+ <configuration>
35
+ <skip>true</skip>
36
+ </configuration>
37
+ </plugin>
38
</plugins>
39
</build>
40
</project>
0 commit comments