File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 16001600 </plugins >
16011601 </build >
16021602 </profile >
1603- <profile >
1604- <id >ci</id >
1605- <properties >
1606- <!-- Override the Spotless goal when this profile is active -->
1607- <spotless .goal>check</spotless .goal>
1608- </properties >
1609- </profile >
1603+ <profile >
1604+ <id >ci</id >
1605+ <properties >
1606+ <!-- Override the Spotless goal when this profile is active -->
1607+ <spotless .goal>check</spotless .goal>
1608+ </properties >
1609+ </profile >
1610+ <profile >
1611+ <id >fast</id >
1612+ <properties >
1613+ <!-- Skip tests for fast builds -->
1614+ <skipTests >true</skipTests >
1615+ <maven .test.skip>true</maven .test.skip>
1616+ <!-- Skip checkstyle -->
1617+ <checkstyle .skip>true</checkstyle .skip>
1618+ <!-- Skip spotless -->
1619+ <spotless .apply.skip>true</spotless .apply.skip>
1620+ <spotless .check.skip>true</spotless .check.skip>
1621+ </properties >
1622+ </profile >
16101623
16111624 </profiles >
16121625 <!--
You can’t perform that action at this time.
0 commit comments