File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 509
509
<executions >
510
510
<execution >
511
511
<phase >validate</phase >
512
+ <configuration >
513
+ <skip >${disable.checks} </skip >
514
+ </configuration >
512
515
<goals >
513
516
<goal >validate</goal >
514
517
</goals >
523
526
<id >checkstyle-validation</id >
524
527
<phase >validate</phase >
525
528
<configuration >
529
+ <skip >${disable.checks} </skip >
526
530
<configLocation >src/checkstyle/checkstyle.xml</configLocation >
527
531
<suppressionsLocation >src/checkstyle/checkstyle-suppressions.xml</suppressionsLocation >
528
532
<includeTestSourceDirectory >true</includeTestSourceDirectory >
Original file line number Diff line number Diff line change 22
22
<main .basedir>${basedir} /..</main .basedir>
23
23
<java .version>1.8</java .version>
24
24
<spring-javaformat .version>0.0.2</spring-javaformat .version>
25
+ <disable .checks>false</disable .checks>
25
26
</properties >
26
27
<modules >
27
28
<module >spring-boot-sample-ant</module >
132
133
<executions >
133
134
<execution >
134
135
<phase >validate</phase >
136
+ <configuration >
137
+ <skip >${disable.checks} </skip >
138
+ </configuration >
135
139
<goals >
136
140
<goal >validate</goal >
137
141
</goals >
159
163
<id >checkstyle-validation</id >
160
164
<phase >validate</phase >
161
165
<configuration >
166
+ <skip >${disable.checks} </skip >
162
167
<configLocation >../spring-boot-parent/src/checkstyle/checkstyle.xml</configLocation >
163
168
<suppressionsLocation >../spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml</suppressionsLocation >
164
169
<includeTestSourceDirectory >true</includeTestSourceDirectory >
328
333
</snapshots >
329
334
</pluginRepository >
330
335
</pluginRepositories >
336
+ <profiles >
337
+ <profile >
338
+ <id >fast</id >
339
+ <activation >
340
+ <property >
341
+ <name >fast</name >
342
+ </property >
343
+ </activation >
344
+ <properties >
345
+ <disable .checks>true</disable .checks>
346
+ </properties >
347
+ </profile >
348
+ </profiles >
331
349
</project >
You can’t perform that action at this time.
0 commit comments