|
79 | 79 | <xml-maven-plugin.version>1.0.2</xml-maven-plugin.version> |
80 | 80 | <dependency-management-plugin.version>1.0.9.RELEASE</dependency-management-plugin.version> |
81 | 81 | <git-commit-id-plugin.version>3.0.1</git-commit-id-plugin.version> |
| 82 | + <maven-changes-plugin.version>2.12.1</maven-changes-plugin.version> |
82 | 83 |
|
83 | 84 | <thymeleaf.version>3.0.11.RELEASE</thymeleaf.version> |
84 | 85 | <thymeleaf-extras-data-attribute.version>2.0.1</thymeleaf-extras-data-attribute.version> |
|
328 | 329 | <version>${maven-surefire-report-plugin.version}</version> |
329 | 330 | <type>maven-plugin</type> |
330 | 331 | </dependency> |
| 332 | + <dependency> |
| 333 | + <groupId>org.apache.maven.plugins</groupId> |
| 334 | + <artifactId>maven-changes-plugin</artifactId> |
| 335 | + <version>${maven-changes-plugin.version}</version> |
| 336 | + <type>maven-plugin</type> |
| 337 | + </dependency> |
331 | 338 | </dependencies> |
332 | 339 | </dependencyManagement> |
333 | 340 |
|
|
543 | 550 | <artifactId>maven-surefire-report-plugin</artifactId> |
544 | 551 | <type>maven-plugin</type> |
545 | 552 | </dependency> |
| 553 | + <dependency> |
| 554 | + <groupId>org.apache.maven.plugins</groupId> |
| 555 | + <artifactId>maven-changes-plugin</artifactId> |
| 556 | + <type>maven-plugin</type> |
| 557 | + </dependency> |
546 | 558 | </dependencies> |
547 | 559 |
|
548 | 560 | <build> |
|
565 | 577 | <artifactId>maven-project-info-reports-plugin</artifactId> |
566 | 578 | <version>${maven-project-info-reports-plugin.version}</version> |
567 | 579 | </plugin> |
| 580 | + <plugin> |
| 581 | + <groupId>org.apache.maven.plugins</groupId> |
| 582 | + <artifactId>maven-changes-plugin</artifactId> |
| 583 | + <version>${maven-changes-plugin.version}</version> |
| 584 | + </plugin> |
568 | 585 | <plugin> |
569 | 586 | <groupId>org.apache.maven.plugins</groupId> |
570 | 587 | <artifactId>maven-jxr-plugin</artifactId> |
|
925 | 942 | <artifactId>maven-dependency-plugin</artifactId> |
926 | 943 | <inherited>true</inherited> |
927 | 944 | </plugin> |
| 945 | + <plugin> |
| 946 | + <groupId>org.apache.maven.plugins</groupId> |
| 947 | + <artifactId>maven-changes-plugin</artifactId> |
| 948 | + <configuration> |
| 949 | + <githubAPIScheme>https</githubAPIScheme> |
| 950 | + <githubAPIPort>443</githubAPIPort> |
| 951 | + </configuration> |
| 952 | + <reportSets> |
| 953 | + <reportSet> |
| 954 | + <id>id-github-report</id> |
| 955 | + <reports> |
| 956 | + <report>github-report</report> |
| 957 | + </reports> |
| 958 | + </reportSet> |
| 959 | + </reportSets> |
| 960 | + </plugin> |
928 | 961 | <plugin> |
929 | 962 | <groupId>org.apache.maven.plugins</groupId> |
930 | 963 | <artifactId>maven-source-plugin</artifactId> |
|
0 commit comments