|
536 | 536 | <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression> |
537 | 537 | </configuration> |
538 | 538 | </plugin> |
539 | | - <plugin> |
540 | | - <groupId>com.diffplug.spotless</groupId> |
541 | | - <artifactId>spotless-maven-plugin</artifactId> |
542 | | - <version>2.41.1</version> |
543 | | - <configuration> |
544 | | - <formats> |
545 | | - <format> |
546 | | - <includes> |
547 | | - <include>.gitignore</include> |
548 | | - </includes> |
549 | | - <trimTrailingWhitespace></trimTrailingWhitespace> |
550 | | - <endWithNewline></endWithNewline> |
551 | | - <indent> |
552 | | - <tabs>true</tabs> |
553 | | - <spacesPerTab>4</spacesPerTab> |
554 | | - </indent> |
555 | | - </format> |
556 | | - </formats> |
557 | | - <markdown> |
558 | | - <includes> |
559 | | - <include>**/*.md</include> |
560 | | - </includes> |
561 | | - <flexmark></flexmark> |
562 | | - </markdown> |
563 | | - <java> |
564 | | - <includes> |
565 | | - <include>src/main/java/**/*.java</include> |
566 | | - <include>src/test/java/**/*.java</include> |
567 | | - <include>src/it/java/**/*.java</include> |
568 | | - </includes> |
569 | | - <removeUnusedImports></removeUnusedImports> |
570 | | - <googleJavaFormat> |
571 | | - <style>GOOGLE</style> |
572 | | - <reflowLongStrings>true</reflowLongStrings> |
573 | | - </googleJavaFormat> |
574 | | - </java> |
575 | | - <pom> |
576 | | - <sortPom> |
577 | | - <encoding>UTF-8</encoding> |
578 | | - <lineSeparator>${line.separator}</lineSeparator> |
579 | | - <expandEmptyElements>true</expandEmptyElements> |
580 | | - <spaceBeforeCloseEmptyElement>false</spaceBeforeCloseEmptyElement> |
581 | | - <keepBlankLines>true</keepBlankLines> |
582 | | - <nrOfIndentSpace>2</nrOfIndentSpace> |
583 | | - <indentBlankLines>false</indentBlankLines> |
584 | | - <indentSchemaLocation>false</indentSchemaLocation> |
585 | | - <predefinedSortOrder>recommended_2008_06</predefinedSortOrder> |
586 | | - <sortProperties>true</sortProperties> |
587 | | - <sortModules>true</sortModules> |
588 | | - <sortExecutions>true</sortExecutions> |
589 | | - </sortPom> |
590 | | - </pom> |
591 | | - </configuration> |
592 | | - <executions> |
593 | | - <execution> |
594 | | - <goals> |
595 | | - <goal>check</goal> |
596 | | - </goals> |
597 | | - </execution> |
598 | | - </executions> |
599 | | - </plugin> |
| 539 | + <!-- MODIFIED--> |
| 540 | +<!-- <plugin>--> |
| 541 | +<!-- <groupId>com.diffplug.spotless</groupId>--> |
| 542 | +<!-- <artifactId>spotless-maven-plugin</artifactId>--> |
| 543 | +<!-- <version>2.41.1</version>--> |
| 544 | +<!-- <configuration>--> |
| 545 | +<!-- <formats>--> |
| 546 | +<!-- <format>--> |
| 547 | +<!-- <includes>--> |
| 548 | +<!-- <include>.gitignore</include>--> |
| 549 | +<!-- </includes>--> |
| 550 | +<!-- <trimTrailingWhitespace></trimTrailingWhitespace>--> |
| 551 | +<!-- <endWithNewline></endWithNewline>--> |
| 552 | +<!-- <indent>--> |
| 553 | +<!-- <tabs>true</tabs>--> |
| 554 | +<!-- <spacesPerTab>4</spacesPerTab>--> |
| 555 | +<!-- </indent>--> |
| 556 | +<!-- </format>--> |
| 557 | +<!-- </formats>--> |
| 558 | +<!-- <markdown>--> |
| 559 | +<!-- <includes>--> |
| 560 | +<!-- <include>**/*.md</include>--> |
| 561 | +<!-- </includes>--> |
| 562 | +<!-- <flexmark></flexmark>--> |
| 563 | +<!-- </markdown>--> |
| 564 | +<!-- <java>--> |
| 565 | +<!-- <includes>--> |
| 566 | +<!-- <include>src/main/java/**/*.java</include>--> |
| 567 | +<!-- <include>src/test/java/**/*.java</include>--> |
| 568 | +<!-- <include>src/it/java/**/*.java</include>--> |
| 569 | +<!-- </includes>--> |
| 570 | +<!-- <removeUnusedImports></removeUnusedImports>--> |
| 571 | +<!-- <googleJavaFormat>--> |
| 572 | +<!-- <style>GOOGLE</style>--> |
| 573 | +<!-- <reflowLongStrings>true</reflowLongStrings>--> |
| 574 | +<!-- </googleJavaFormat>--> |
| 575 | +<!-- </java>--> |
| 576 | +<!-- <pom>--> |
| 577 | +<!-- <sortPom>--> |
| 578 | +<!-- <encoding>UTF-8</encoding>--> |
| 579 | +<!-- <lineSeparator>${line.separator}</lineSeparator>--> |
| 580 | +<!-- <expandEmptyElements>true</expandEmptyElements>--> |
| 581 | +<!-- <spaceBeforeCloseEmptyElement>false</spaceBeforeCloseEmptyElement>--> |
| 582 | +<!-- <keepBlankLines>true</keepBlankLines>--> |
| 583 | +<!-- <nrOfIndentSpace>2</nrOfIndentSpace>--> |
| 584 | +<!-- <indentBlankLines>false</indentBlankLines>--> |
| 585 | +<!-- <indentSchemaLocation>false</indentSchemaLocation>--> |
| 586 | +<!-- <predefinedSortOrder>recommended_2008_06</predefinedSortOrder>--> |
| 587 | +<!-- <sortProperties>true</sortProperties>--> |
| 588 | +<!-- <sortModules>true</sortModules>--> |
| 589 | +<!-- <sortExecutions>true</sortExecutions>--> |
| 590 | +<!-- </sortPom>--> |
| 591 | +<!-- </pom>--> |
| 592 | +<!-- </configuration>--> |
| 593 | +<!-- <executions>--> |
| 594 | +<!-- <execution>--> |
| 595 | +<!-- <goals>--> |
| 596 | +<!-- <goal>check</goal>--> |
| 597 | +<!-- </goals>--> |
| 598 | +<!-- </execution>--> |
| 599 | +<!-- </executions>--> |
| 600 | +<!-- </plugin>--> |
| 601 | + <!-- MODIFIED--> |
| 602 | + |
600 | 603 | <plugin> |
601 | 604 | <groupId>org.apache.maven.plugins</groupId> |
602 | 605 | <artifactId>maven-enforcer-plugin</artifactId> |
|
0 commit comments