File tree Expand file tree Collapse file tree 3 files changed +60
-17
lines changed
vaadin-addon-template-demo Expand file tree Collapse file tree 3 files changed +60
-17
lines changed Original file line number Diff line number Diff line change 29
29
30
30
<profiles >
31
31
<profile >
32
+ <!-- Disable checkstyle in root module as there is nothing to check -->
32
33
<id >checkstyle</id >
33
34
<build >
34
35
<plugins >
35
36
<plugin >
36
37
<groupId >org.apache.maven.plugins</groupId >
37
38
<artifactId >maven-checkstyle-plugin</artifactId >
38
- <version >3.3.1</version >
39
- <dependencies >
40
- <dependency >
41
- <groupId >com.puppycrawl.tools</groupId >
42
- <artifactId >checkstyle</artifactId >
43
- <version >10.12.7</version >
44
- </dependency >
45
- </dependencies >
46
39
<configuration >
47
- <configLocation >.config/checkstyle/checkstyle.xml</ configLocation >
40
+ <skip >true</ skip >
48
41
</configuration >
49
- <executions >
50
- <execution >
51
- <goals >
52
- <goal >check</goal >
53
- </goals >
54
- </execution >
55
- </executions >
56
42
</plugin >
57
43
</plugins >
58
44
</build >
Original file line number Diff line number Diff line change 172
172
</plugins >
173
173
</build >
174
174
</profile >
175
+ <profile >
176
+ <id >checkstyle</id >
177
+ <build >
178
+ <plugins >
179
+ <plugin >
180
+ <groupId >org.apache.maven.plugins</groupId >
181
+ <artifactId >maven-checkstyle-plugin</artifactId >
182
+ <version >3.3.1</version >
183
+ <dependencies >
184
+ <dependency >
185
+ <groupId >com.puppycrawl.tools</groupId >
186
+ <artifactId >checkstyle</artifactId >
187
+ <version >10.12.7</version >
188
+ </dependency >
189
+ </dependencies >
190
+ <configuration >
191
+ <configLocation >../.config/checkstyle/checkstyle.xml</configLocation >
192
+ </configuration >
193
+ <executions >
194
+ <execution >
195
+ <goals >
196
+ <goal >check</goal >
197
+ </goals >
198
+ </execution >
199
+ </executions >
200
+ </plugin >
201
+ </plugins >
202
+ </build >
203
+ </profile >
175
204
</profiles >
176
-
177
205
</project >
Original file line number Diff line number Diff line change 265
265
</plugins >
266
266
</build >
267
267
</profile >
268
+ <profile >
269
+ <id >checkstyle</id >
270
+ <build >
271
+ <plugins >
272
+ <plugin >
273
+ <groupId >org.apache.maven.plugins</groupId >
274
+ <artifactId >maven-checkstyle-plugin</artifactId >
275
+ <version >3.3.1</version >
276
+ <dependencies >
277
+ <dependency >
278
+ <groupId >com.puppycrawl.tools</groupId >
279
+ <artifactId >checkstyle</artifactId >
280
+ <version >10.12.7</version >
281
+ </dependency >
282
+ </dependencies >
283
+ <configuration >
284
+ <configLocation >../.config/checkstyle/checkstyle.xml</configLocation >
285
+ </configuration >
286
+ <executions >
287
+ <execution >
288
+ <goals >
289
+ <goal >check</goal >
290
+ </goals >
291
+ </execution >
292
+ </executions >
293
+ </plugin >
294
+ </plugins >
295
+ </build >
296
+ </profile >
268
297
</profiles >
269
298
</project >
You can’t perform that action at this time.
0 commit comments