|
419 | 419 | <type>maven-plugin</type> |
420 | 420 | <scope>compile</scope> |
421 | 421 | </dependency> |
422 | | - |
| 422 | + <dependency> |
| 423 | + <groupId>org.apache.maven.plugins</groupId> |
| 424 | + <artifactId>maven-install-plugin</artifactId> |
| 425 | + <version>${maven-install-plugin.version}</version> |
| 426 | + <type>maven-plugin</type> |
| 427 | + <scope>compile</scope> |
| 428 | + </dependency> |
423 | 429 | <dependency> |
424 | 430 | <groupId>org.apache.maven.plugins</groupId> |
425 | 431 | <artifactId>maven-site-plugin</artifactId> |
|
665 | 671 | </dependency> |
666 | 672 |
|
667 | 673 | <!-- |
| 674 | + <dependency> |
| 675 | + <groupId>org.apache.maven.doxia</groupId> |
| 676 | + <artifactId>doxia-module-markdown</artifactId> |
| 677 | + <scope>compile</scope> |
| 678 | + </dependency> |
| 679 | + --> |
| 680 | + |
668 | 681 | <dependency> |
669 | 682 | <groupId>org.apache.maven.plugins</groupId> |
670 | 683 | <artifactId>maven-enforcer-plugin</artifactId> |
|
678 | 691 | <scope>compile</scope> |
679 | 692 | </dependency> |
680 | 693 | <dependency> |
681 | | - <groupId>com.dkanejs.maven.plugins</groupId> |
682 | | - <artifactId>docker-compose-maven-plugin</artifactId> |
| 694 | + <groupId>org.apache.maven.plugins</groupId> |
| 695 | + <artifactId>maven-dependency-plugin</artifactId> |
683 | 696 | <type>maven-plugin</type> |
684 | 697 | <scope>compile</scope> |
685 | 698 | </dependency> |
686 | 699 | <dependency> |
687 | | - <groupId>org.apache.maven.plugins</groupId> |
688 | | - <artifactId>maven-clean-plugin</artifactId> |
| 700 | + <groupId>com.dkanejs.maven.plugins</groupId> |
| 701 | + <artifactId>docker-compose-maven-plugin</artifactId> |
689 | 702 | <type>maven-plugin</type> |
690 | 703 | <scope>compile</scope> |
691 | 704 | </dependency> |
692 | 705 | <dependency> |
693 | 706 | <groupId>org.apache.maven.plugins</groupId> |
694 | | - <artifactId>maven-dependency-plugin</artifactId> |
| 707 | + <artifactId>maven-clean-plugin</artifactId> |
695 | 708 | <type>maven-plugin</type> |
696 | 709 | <scope>compile</scope> |
697 | 710 | </dependency> |
|
707 | 720 | <type>maven-plugin</type> |
708 | 721 | <scope>compile</scope> |
709 | 722 | </dependency> |
710 | | -
|
711 | 723 | <dependency> |
712 | 724 | <groupId>org.apache.maven.plugins</groupId> |
713 | 725 | <artifactId>maven-site-plugin</artifactId> |
|
716 | 728 | </dependency> |
717 | 729 | <dependency> |
718 | 730 | <groupId>org.apache.maven.plugins</groupId> |
719 | | - <artifactId>maven-project-info-reports-plugin</artifactId> |
| 731 | + <artifactId>maven-checkstyle-plugin</artifactId> |
720 | 732 | <type>maven-plugin</type> |
721 | 733 | <scope>compile</scope> |
722 | 734 | </dependency> |
723 | 735 | <dependency> |
724 | 736 | <groupId>org.apache.maven.plugins</groupId> |
725 | | - <artifactId>maven-jxr-plugin</artifactId> |
| 737 | + <artifactId>maven-project-info-reports-plugin</artifactId> |
726 | 738 | <type>maven-plugin</type> |
727 | 739 | <scope>compile</scope> |
728 | 740 | </dependency> |
729 | 741 | <dependency> |
730 | 742 | <groupId>org.apache.maven.plugins</groupId> |
731 | | - <artifactId>maven-checkstyle-plugin</artifactId> |
| 743 | + <artifactId>maven-jxr-plugin</artifactId> |
732 | 744 | <type>maven-plugin</type> |
733 | 745 | <scope>compile</scope> |
734 | 746 | </dependency> |
|
763 | 775 | <scope>compile</scope> |
764 | 776 | </dependency> |
765 | 777 | <dependency> |
766 | | - <groupId>org.apache.maven.doxia</groupId> |
767 | | - <artifactId>doxia-module-markdown</artifactId> |
| 778 | + <groupId>org.apache.maven.plugins</groupId> |
| 779 | + <artifactId>maven-install-plugin</artifactId> |
| 780 | + <type>maven-plugin</type> |
768 | 781 | <scope>compile</scope> |
769 | 782 | </dependency> |
770 | | - --> |
771 | 783 | </dependencies> |
772 | 784 |
|
773 | 785 | <build> |
|
0 commit comments