|
473 | 473 | </dependencies> |
474 | 474 |
|
475 | 475 | <build> |
476 | | - <plugins> |
477 | | - <plugin> |
478 | | - <groupId>org.apache.maven.plugins</groupId> |
479 | | - <artifactId>maven-eclipse-plugin</artifactId> |
480 | | - <version>2.9</version> |
481 | | - <configuration> |
482 | | - <additionalProjectnatures> |
483 | | - <projectnature>org.springframework.ide.eclipse.core.springnature</projectnature> |
484 | | - </additionalProjectnatures> |
485 | | - <additionalBuildcommands> |
486 | | - <buildcommand>org.springframework.ide.eclipse.core.springbuilder</buildcommand> |
487 | | - </additionalBuildcommands> |
488 | | - <downloadSources>true</downloadSources> |
489 | | - <downloadJavadocs>true</downloadJavadocs> |
490 | | - </configuration> |
491 | | - </plugin> |
| 476 | + <plugins>s |
492 | 477 | <plugin> |
493 | 478 | <groupId>org.apache.maven.plugins</groupId> |
494 | 479 | <artifactId>maven-compiler-plugin</artifactId> |
495 | | - <version>3.3</version> |
| 480 | + <version>3.10.1</version> |
496 | 481 | <configuration> |
497 | | - <source>1.8</source> |
498 | | - <target>1.8</target> |
| 482 | + <source>11</source> |
| 483 | + <target>11</target> |
499 | 484 | <compilerArgument>-Xlint:all</compilerArgument> |
500 | 485 | <showWarnings>true</showWarnings> |
501 | 486 | <showDeprecation>true</showDeprecation> |
|
504 | 489 | <plugin> |
505 | 490 | <groupId>org.codehaus.mojo</groupId> |
506 | 491 | <artifactId>exec-maven-plugin</artifactId> |
507 | | - <version>1.3.1</version> |
| 492 | + <version>3.1.0</version> |
508 | 493 | <configuration> |
509 | 494 | <mainClass>org.test.int1.Main</mainClass> |
510 | 495 | </configuration> |
|
593 | 578 | <plugin> |
594 | 579 | <groupId>org.apache.maven.plugins</groupId> |
595 | 580 | <artifactId>maven-release-plugin</artifactId> |
596 | | - <version>2.5</version> |
| 581 | + <version>3.0.0-M7</version> |
597 | 582 | <configuration> |
598 | 583 | <preparationGoals>clean</preparationGoals> |
599 | 584 | <autoVersionSubmodules>true</autoVersionSubmodules> |
|
604 | 589 | <plugin> |
605 | 590 | <groupId>org.apache.maven.plugins</groupId> |
606 | 591 | <artifactId>maven-site-plugin</artifactId> |
607 | | - <version>3.3</version> |
| 592 | + <version>3.12.1</version> |
608 | 593 | <inherited>true</inherited> |
609 | 594 | <configuration> |
610 | 595 | <locales>en</locales> |
|
616 | 601 | <plugin> |
617 | 602 | <groupId>org.apache.maven.plugins</groupId> |
618 | 603 | <artifactId>maven-project-info-reports-plugin</artifactId> |
619 | | - <version>2.7</version> |
| 604 | + <version>3.4.1</version> |
620 | 605 | </plugin> |
621 | 606 |
|
622 | 607 | <!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> |
|
626 | 611 | <plugin> |
627 | 612 | <groupId>org.apache.maven.plugins</groupId> |
628 | 613 | <artifactId>maven-javadoc-plugin</artifactId> |
629 | | - <version>2.9.1</version> |
| 614 | + <version>3.4.1s</version> |
630 | 615 | <configuration> |
631 | 616 | <!-- <links> <link>http://java.sun.com/javase/6/docs/api/</link> <link>http://static.springframework.org/spring/docs/3.0.x/api/</link> |
632 | 617 | <link>http://static.springframework.org/spring-webflow/docs/2.1.x/javadoc-api/</link> |
|
647 | 632 | <plugin> |
648 | 633 | <groupId>org.apache.maven.plugins</groupId> |
649 | 634 | <artifactId>maven-checkstyle-plugin</artifactId> |
650 | | - <version>2.12.1</version> |
651 | | - <configuration> |
652 | | - <encoding>${encoding}</encoding> |
653 | | - </configuration> |
| 635 | + <version>3.2.0</version> |
654 | 636 | </plugin> |
655 | 637 |
|
656 | | - <!-- http://maven.apache.org/plugins/maven-dependency-plugin/usage.html --> |
657 | 638 | <plugin> |
658 | 639 | <groupId>org.apache.maven.plugins</groupId> |
659 | 640 | <artifactId>maven-dependency-plugin</artifactId> |
660 | | - <version>2.8</version> |
| 641 | + <version>3.3.0</version> |
661 | 642 | </plugin> |
662 | 643 |
|
663 | 644 | <!-- This Plugin looks up SVN --> |
|
667 | 648 | <plugin> |
668 | 649 | <groupId>org.apache.maven.plugins</groupId> |
669 | 650 | <artifactId>maven-jxr-plugin</artifactId> |
670 | | - <version>2.4</version> |
| 651 | + <version>3.3.0</version> |
671 | 652 | </plugin> |
672 | 653 |
|
673 | 654 | <plugin> |
674 | 655 | <groupId>org.apache.maven.plugins</groupId> |
675 | 656 | <artifactId>maven-pmd-plugin</artifactId> |
676 | | - <version>3.1</version> |
| 657 | + <version>3.19.0</version> |
677 | 658 | <configuration> |
678 | | - <sourceEncoding>${encoding}</sourceEncoding> |
679 | 659 | <minimumTokens>100</minimumTokens> |
680 | 660 | <targetJdk>1.8</targetJdk> |
681 | 661 | <excludeRoots> |
|
687 | 667 | <plugin> |
688 | 668 | <groupId>org.codehaus.mojo</groupId> |
689 | 669 | <artifactId>taglist-maven-plugin</artifactId> |
690 | | - <version>2.4</version> |
| 670 | + <version>3.0.0</version> |
691 | 671 | <configuration> |
692 | 672 | <encoding>${encoding}</encoding> |
693 | 673 | </configuration> |
694 | 674 | </plugin> |
695 | 675 |
|
696 | | - <plugin> |
697 | | - <groupId>org.apache.maven.plugins</groupId> |
698 | | - <artifactId>maven-changes-plugin</artifactId> |
699 | | - <version>2.10</version> |
700 | | - </plugin> |
701 | | - |
702 | 676 | <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> |
703 | 677 | <version>2.5.2</version> </plugin> --> |
704 | 678 |
|
705 | 679 | <plugin> |
706 | 680 | <groupId>org.apache.maven.plugins</groupId> |
707 | 681 | <artifactId>maven-source-plugin</artifactId> |
708 | | - <version>2.2.1</version> |
| 682 | + <version>3.2.1</version> |
709 | 683 | </plugin> |
710 | 684 |
|
711 | 685 | <plugin> |
712 | 686 | <groupId>org.codehaus.mojo</groupId> |
713 | 687 | <artifactId>findbugs-maven-plugin</artifactId> |
714 | | - <version>2.5.4</version> |
| 688 | + <version>3.0.5</version> |
715 | 689 | <configuration> |
716 | 690 | <onlyAnalyze>org.woehlke.*</onlyAnalyze> |
717 | 691 | <omitVisitors>FindDeadLocalStores</omitVisitors> |
|
722 | 696 | </configuration> |
723 | 697 | </plugin> |
724 | 698 |
|
725 | | - <plugin> |
726 | | - <groupId>org.apache.tomcat.maven</groupId> |
727 | | - <artifactId>tomcat6-maven-plugin</artifactId> |
728 | | - <version>2.2</version> |
729 | | - </plugin> |
730 | | - <plugin> |
731 | | - <groupId>org.apache.tomcat.maven</groupId> |
732 | | - <artifactId>tomcat7-maven-plugin</artifactId> |
733 | | - <version>2.2</version> |
734 | | - </plugin> |
735 | 699 | <plugin> |
736 | 700 | <groupId>org.codehaus.cargo</groupId> |
737 | | - <artifactId>cargo-maven2-plugin</artifactId> |
738 | | - <version>1.4.16</version> |
| 701 | + <artifactId>cargo-maven3-plugin</artifactId> |
| 702 | + <version>1.10.3</version> |
739 | 703 | <configuration> |
740 | 704 | <container> |
741 | 705 | <containerId>tomcat8x</containerId> |
|
755 | 719 | </deployables> |
756 | 720 | </configuration> |
757 | 721 | </plugin> |
| 722 | + |
| 723 | + <plugin> |
| 724 | + <groupId>org.apache.maven.plugins</groupId> |
| 725 | + <artifactId>maven-release-plugin</artifactId> |
| 726 | + <version>3.0.0-M7</version> |
| 727 | + </plugin> |
| 728 | + |
758 | 729 | </plugins> |
759 | 730 | </build> |
760 | 731 |
|
|
0 commit comments