|
597 | 597 | <tagNameFormat>v@{project.version}</tagNameFormat>
|
598 | 598 | </configuration>
|
599 | 599 | </plugin>
|
600 |
| - <plugin> |
601 |
| - <groupId>org.apache.rat</groupId> |
602 |
| - <artifactId>apache-rat-plugin</artifactId> |
603 |
| - <configuration> |
604 |
| - <excludes combine.children="append"> |
605 |
| - <exclude>**/node/**</exclude> |
606 |
| - <exclude>**/node_modules/**</exclude> |
607 |
| - <exclude>**/build.yml</exclude> |
608 |
| - <exclude>**/.editorconfig</exclude> |
609 |
| - <exclude>.dockerignore</exclude> |
610 |
| - <exclude>**/.gitkeep</exclude> |
611 |
| - <exclude>src/main/resources/banner.txt</exclude> |
612 |
| - <exclude>**/CODEOWNERS</exclude> |
613 |
| - </excludes> |
614 |
| - </configuration> |
615 |
| - </plugin> |
616 | 600 | <plugin>
|
617 | 601 | <groupId>pl.project13.maven</groupId>
|
618 | 602 | <artifactId>git-commit-id-plugin</artifactId>
|
|
636 | 620 | <commitIdGenerationMode>full</commitIdGenerationMode>
|
637 | 621 | </configuration>
|
638 | 622 | </plugin>
|
| 623 | + <plugin> |
| 624 | + <groupId>org.apache.rat</groupId> |
| 625 | + <artifactId>apache-rat-plugin</artifactId> |
| 626 | + <configuration> |
| 627 | + <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers> |
| 628 | + <consoleOutput>true</consoleOutput> |
| 629 | + <excludes combine.children="append"> |
| 630 | + <exclude>**/node/**</exclude> |
| 631 | + <exclude>**/node_modules/**</exclude> |
| 632 | + <exclude>**/.editorconfig</exclude> |
| 633 | + <exclude>.dockerignore</exclude> |
| 634 | + <exclude>**/.gitkeep</exclude> |
| 635 | + <exclude>src/main/resources/banner.txt</exclude> |
| 636 | + <exclude>**/CODEOWNERS</exclude> |
| 637 | + <exclude>ui/.angular/**</exclude> |
| 638 | + <exclude>ui/**.json</exclude> |
| 639 | + <exclude>ui/e2e/tsconfig.json</exclude> |
| 640 | + <exclude>ui/src/proxy.conf.json</exclude> |
| 641 | + <exclude>logs/**</exclude> |
| 642 | + </excludes> |
| 643 | + <licenses> |
| 644 | + <license implementation="org.apache.rat.analysis.license.FullTextMatchingLicense"> |
| 645 | + <licenseFamilyCategory>AL2</licenseFamilyCategory> |
| 646 | + <licenseFamilyName>Apache License 2</licenseFamilyName> |
| 647 | + <fullText>Copyright 2018 ABSA Group Limited |
| 648 | + |
| 649 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 650 | + you may not use this file except in compliance with the License. |
| 651 | + You may obtain a copy of the License at |
| 652 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 653 | + |
| 654 | + Unless required by applicable law or agreed to in writing, software |
| 655 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 656 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 657 | + See the License for the specific language governing permissions and |
| 658 | + limitations under the License. |
| 659 | + </fullText> |
| 660 | + </license> |
| 661 | + </licenses> |
| 662 | + <licenseFamilies> |
| 663 | + <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily"> |
| 664 | + <familyName>Apache License 2</familyName> |
| 665 | + </licenseFamily> |
| 666 | + </licenseFamilies> |
| 667 | + </configuration> |
| 668 | + </plugin> |
| 669 | + <plugin> |
| 670 | + <groupId>org.antipathy</groupId> |
| 671 | + <artifactId>mvn-scalafmt_${scala.compat.version}</artifactId> |
| 672 | + <version>1.1.1640084764.9f463a9</version> |
| 673 | + <configuration> |
| 674 | + <configLocation>${project.basedir}/.scalafmt.conf</configLocation> |
| 675 | + </configuration> |
| 676 | + </plugin> |
639 | 677 | </plugins>
|
640 | 678 | </build>
|
641 | 679 |
|
|
0 commit comments