File tree Expand file tree Collapse file tree 3 files changed +35
-22
lines changed
prometheus-metrics-parent Expand file tree Collapse file tree 3 files changed +35
-22
lines changed Original file line number Diff line number Diff line change 3131 <jacoco .line-coverage>0.70</jacoco .line-coverage>
3232 <checkstyle .skip>false</checkstyle .skip>
3333 <coverage .skip>false</coverage .skip>
34+ <spotless .skip>false</spotless .skip>
3435 <warnings >-Werror</warnings >
3536 </properties >
3637
189190 <artifactId >exec-maven-plugin</artifactId >
190191 <version >3.5.0</version >
191192 </plugin >
192- <plugin >
193- <groupId >com.diffplug.spotless</groupId >
194- <artifactId >spotless-maven-plugin</artifactId >
195- <version >2.44.4</version >
196- </plugin >
197193 </plugins >
198194 </pluginManagement >
199195 <plugins >
200- <plugin >
201- <groupId >com.diffplug.spotless</groupId >
202- <artifactId >spotless-maven-plugin</artifactId >
203- <configuration >
204- <java >
205- <googleJavaFormat />
206- </java >
207- </configuration >
208- <executions >
209- <execution >
210- <phase >verify</phase >
211- <goals >
212- <goal >check</goal >
213- </goals >
214- </execution >
215- </executions >
216- </plugin >
217196 <plugin >
218197 <groupId >org.apache.maven.plugins</groupId >
219198 <artifactId >maven-checkstyle-plugin</artifactId >
Original file line number Diff line number Diff line change 1818 Bill of Materials for the Prometheus Metrics library
1919 </description >
2020
21+ <properties >
22+ <spotless .skip>true</spotless .skip>
23+ </properties >
24+
2125 <dependencyManagement >
2226 <dependencies >
2327 <dependency >
Original file line number Diff line number Diff line change 1515 The Prometheus Java Metrics Library Parent
1616 </description >
1717
18+ <properties >
19+ <checkstyle .skip>true</checkstyle .skip>
20+ <coverage .skip>true</coverage .skip>
21+ <spotless .skip>true</spotless .skip>
22+ </properties >
23+
24+ <build >
25+ <plugins >
26+ <plugin >
27+ <groupId >com.diffplug.spotless</groupId >
28+ <artifactId >spotless-maven-plugin</artifactId >
29+ <version >2.44.4</version >
30+ <configuration >
31+ <java >
32+ <googleJavaFormat />
33+ </java >
34+ <skip >${spotless.skip} </skip >
35+ </configuration >
36+ <executions >
37+ <execution >
38+ <phase >verify</phase >
39+ <goals >
40+ <goal >check</goal >
41+ </goals >
42+ </execution >
43+ </executions >
44+ </plugin >
45+ </plugins >
46+ </build >
47+
1848 <licenses >
1949 <license >
2050 <name >The Apache Software License, Version 2.0</name >
You can’t perform that action at this time.
0 commit comments