File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 393393
394394 <!-- Formatting -->
395395 <format .skip>false</format .skip>
396+ <goal .spotless-maven-plugin>apply</goal .spotless-maven-plugin>
396397 </properties >
397398
398399 <dependencyManagement >
14401441 <version >${project.version} </version >
14411442 </dependency >
14421443 </dependencies >
1444+ <executions >
1445+ <execution >
1446+ <id >a</id >
1447+ <configuration >
1448+ <skip >${format.skip} </skip >
1449+ </configuration >
1450+ <phase >verify</phase >
1451+ <goals >
1452+ <goal >${goal.spotless-maven-plugin} </goal >
1453+ </goals >
1454+ </execution >
1455+ </executions >
14431456 </plugin >
14441457 <plugin >
14451458 <groupId >org.moditect</groupId >
17901803 <profile >
17911804 <id >ci-build</id >
17921805 <properties >
1806+ <goal .spotless-maven-plugin>check</goal .spotless-maven-plugin>
17931807 </properties >
17941808 </profile >
17951809 <profile >
You can’t perform that action at this time.
0 commit comments