|
18 | 18 | <parent> |
19 | 19 | <groupId>org.apache</groupId> |
20 | 20 | <artifactId>apache</artifactId> |
21 | | - <version>25</version> |
| 21 | + <version>35</version> |
22 | 22 | <relativePath /> <!-- resolve from repository --> |
23 | 23 | </parent> |
24 | 24 |
|
|
168 | 168 |
|
169 | 169 | <!-- Maven plugin versions --> |
170 | 170 | <maven-bundle-plugin.version>5.1.8</maven-bundle-plugin.version> |
171 | | - <maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version> |
172 | | - <maven-clover2-plugin.version>4.0.6</maven-clover2-plugin.version> |
173 | | - <maven-pdf-plugin.version>1.6.1</maven-pdf-plugin.version> |
174 | | - <maven-remote-resources-plugin.version>3.3.0</maven-remote-resources-plugin.version> |
175 | | - <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version> |
176 | | - <maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version> |
177 | 171 | <wagon-ssh.version>3.5.3</wagon-ssh.version> |
178 | 172 | <hadoop-maven-plugins.version>3.4.0</hadoop-maven-plugins.version> |
179 | 173 | <sonar-maven-plugin.version>5.0.0.4389</sonar-maven-plugin.version> |
180 | 174 |
|
181 | | - |
182 | 175 | <!-- org.codehaus.mojo --> |
183 | 176 | <build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version> |
184 | 177 | <exec-maven-plugin.version>3.1.0</exec-maven-plugin.version> |
|
457 | 450 | <version>${license-maven-plugin.version}</version> |
458 | 451 | </plugin> |
459 | 452 |
|
460 | | - <plugin> |
461 | | - <groupId>org.apache.maven.plugins</groupId> |
462 | | - <artifactId>maven-install-plugin</artifactId> |
463 | | - </plugin> |
464 | 453 | <plugin> |
465 | 454 | <groupId>org.apache.maven.plugins</groupId> |
466 | 455 | <artifactId>maven-javadoc-plugin</artifactId> |
|
473 | 462 | </additionalJOptions> |
474 | 463 | </configuration> |
475 | 464 | </plugin> |
476 | | - <plugin> |
477 | | - <groupId>org.apache.maven.plugins</groupId> |
478 | | - <artifactId>maven-shade-plugin</artifactId> |
479 | | - <version>${maven-shade-plugin.version}</version> |
480 | | - </plugin> |
481 | 465 | <plugin> |
482 | 466 | <groupId>com.github.spotbugs</groupId> |
483 | 467 | <artifactId>spotbugs-maven-plugin</artifactId> |
|
499 | 483 | <artifactId>exec-maven-plugin</artifactId> |
500 | 484 | <version>${exec-maven-plugin.version}</version> |
501 | 485 | </plugin> |
502 | | - <plugin> |
503 | | - <groupId>org.apache.maven.plugins</groupId> |
504 | | - <artifactId>maven-pdf-plugin</artifactId> |
505 | | - <version>${maven-pdf-plugin.version}</version> |
506 | | - </plugin> |
507 | 486 |
|
508 | 487 | <plugin> |
509 | 488 | <groupId>org.apache.maven.plugins</groupId> |
510 | 489 | <artifactId>maven-enforcer-plugin</artifactId> |
511 | | - <version>3.2.1</version> |
512 | 490 | <configuration> |
513 | 491 | <rules> |
514 | 492 | <requireMavenVersion> |
|
571 | 549 | </compilerArgs> |
572 | 550 | </configuration> |
573 | 551 | </plugin> |
574 | | - <!-- Make a jar and put the sources in the jar. |
575 | | - In the parent pom, so submodules will do the right thing. --> |
576 | | - <plugin> |
577 | | - <groupId>org.apache.maven.plugins</groupId> |
578 | | - <artifactId>maven-source-plugin</artifactId> |
579 | | - <executions> |
580 | | - <execution> |
581 | | - <id>attach-sources</id> |
582 | | - <phase>prepare-package</phase> |
583 | | - <goals> |
584 | | - <goal>jar-no-fork</goal> |
585 | | - </goals> |
586 | | - </execution> |
587 | | - </executions> |
588 | | - </plugin> |
589 | 552 |
|
590 | 553 | <!-- General configuration for submodules who want to build a test jar --> |
591 | 554 | <plugin> |
|
614 | 577 | <plugin> |
615 | 578 | <groupId>org.apache.maven.plugins</groupId> |
616 | 579 | <artifactId>maven-surefire-plugin</artifactId> |
617 | | - <version>${maven-surefire-plugin.version}</version> |
618 | 580 | <configuration> |
619 | 581 | <failIfNoTests>false</failIfNoTests> |
620 | 582 | <failIfNoSpecifiedTests>false</failIfNoSpecifiedTests> |
|
657 | 619 | </configuration> |
658 | 620 | </plugin> |
659 | 621 |
|
660 | | - <plugin> |
661 | | - <groupId>org.apache.maven.plugins</groupId> |
662 | | - <artifactId>maven-deploy-plugin</artifactId> |
663 | | - </plugin> |
664 | 622 | <plugin> |
665 | 623 | <groupId>org.apache.rat</groupId> |
666 | 624 | <artifactId>apache-rat-plugin</artifactId> |
|
673 | 631 | </excludes> |
674 | 632 | </configuration> |
675 | 633 | </plugin> |
676 | | - <plugin> |
677 | | - <groupId>org.apache.maven.plugins</groupId> |
678 | | - <artifactId>maven-antrun-plugin</artifactId> |
679 | | - </plugin> |
680 | | - <plugin> |
681 | | - <groupId>org.apache.maven.plugins</groupId> |
682 | | - <artifactId>maven-remote-resources-plugin</artifactId> |
683 | | - <version>${maven-remote-resources-plugin.version}</version> |
684 | | - </plugin> |
685 | 634 | <plugin> |
686 | 635 | <groupId>org.apache.maven.plugins</groupId> |
687 | 636 | <artifactId>maven-site-plugin</artifactId> |
|
693 | 642 | </dependency> |
694 | 643 | </dependencies> |
695 | 644 | </plugin> |
696 | | - <plugin> |
697 | | - <groupId>com.atlassian.maven.plugins</groupId> |
698 | | - <artifactId>maven-clover2-plugin</artifactId> |
699 | | - <version>${maven-clover2-plugin.version}</version> |
700 | | - </plugin> |
701 | 645 | <plugin> |
702 | 646 | <groupId>org.apache.felix</groupId> |
703 | 647 | <artifactId>maven-bundle-plugin</artifactId> |
|
801 | 745 | <plugin> |
802 | 746 | <groupId>org.apache.maven.plugins</groupId> |
803 | 747 | <artifactId>maven-checkstyle-plugin</artifactId> |
804 | | - <version>${maven-checkstyle-plugin.version}</version> |
805 | 748 | <configuration> |
806 | 749 | <!-- We decide not to check style on test directory to focus more on code than format. --> |
807 | 750 | <!--includeTestSourceDirectory>true</includeTestSourceDirectory--> |
|
810 | 753 | <linkXRef>false</linkXRef> |
811 | 754 | </configuration> |
812 | 755 | </plugin> |
813 | | - <plugin> |
814 | | - <groupId>org.apache.maven.plugins</groupId> |
815 | | - <artifactId>maven-pdf-plugin</artifactId> |
816 | | - <configuration> |
817 | | - <outputDirectory>${project.reporting.outputDirectory} |
818 | | - </outputDirectory> |
819 | | - <includeReports>false</includeReports> |
820 | | - </configuration> |
821 | | - </plugin> |
822 | 756 | <plugin> |
823 | 757 | <groupId>org.codehaus.mojo</groupId> |
824 | 758 | <artifactId>build-helper-maven-plugin</artifactId> |
|
974 | 908 | <executions> |
975 | 909 | <execution> |
976 | 910 | <!-- builds source jars and attaches them to the project for publishing --> |
977 | | - <id>ratis-java-sources</id> |
| 911 | + <id>attach-sources</id> <!-- override execution from maven-apache-parent POM --> |
978 | 912 | <phase>package</phase> |
979 | 913 | <goals> |
980 | 914 | <goal>jar-no-fork</goal> |
|
0 commit comments