|
122 | 122 | <site> |
123 | 123 | <id>github-pages-site</id> |
124 | 124 | <name>Deployment through GitHub's site deployment plugin</name> |
125 | | - <url>${project.version}/</url> |
| 125 | + <url>site</url> |
126 | 126 | </site> |
127 | 127 | </distributionManagement> |
128 | 128 | <licenses> |
|
675 | 675 | <configuration> |
676 | 676 | <skipDeploy>true</skipDeploy> |
677 | 677 | <reportPlugins> |
678 | | - <plugin> |
679 | | - <groupId>org.apache.maven.plugins</groupId> |
680 | | - <artifactId>maven-changelog-plugin</artifactId> |
681 | | - <version>2.3</version> |
682 | | - </plugin> |
683 | 678 | <plugin> |
684 | 679 | <groupId>org.apache.maven.plugins</groupId> |
685 | 680 | <artifactId>maven-project-info-reports-plugin</artifactId> |
|
689 | 684 | <reports> |
690 | 685 | <report>index</report> |
691 | 686 | <report>dependency-info</report> |
692 | | - <report>dependencies</report> |
693 | | - <report>dependency-convergence</report> |
694 | 687 | <report>project-team</report> |
695 | | - <report>mailing-list</report> |
696 | 688 | <report>cim</report> |
697 | 689 | <report>issue-tracking</report> |
698 | 690 | <report>license</report> |
|
713 | 705 | <packaging>jar</packaging> |
714 | 706 | </configuration> |
715 | 707 | </plugin> |
716 | | - <plugin> |
717 | | - <groupId>org.apache.maven.plugins</groupId> |
718 | | - <artifactId>maven-dependency-plugin</artifactId> |
719 | | - <version>2.10</version> |
720 | | - </plugin> |
721 | 708 | <plugin> |
722 | 709 | <groupId>org.apache.maven.plugins</groupId> |
723 | 710 | <artifactId>maven-javadoc-plugin</artifactId> |
|
769 | 756 | </links> |
770 | 757 | </configuration> |
771 | 758 | </plugin> |
772 | | - <plugin> |
773 | | - <groupId>org.apache.maven.plugins</groupId> |
774 | | - <artifactId>maven-surefire-report-plugin</artifactId> |
775 | | - <version>2.19.1</version> |
776 | | - </plugin> |
777 | | - <plugin> |
778 | | - <groupId>org.apache.maven.plugins</groupId> |
779 | | - <artifactId>maven-checkstyle-plugin</artifactId> |
780 | | - <version>2.17</version> |
781 | | - <configuration> |
782 | | - <configLocation>checkstyle.xml</configLocation> |
783 | | - <failOnViolation>false</failOnViolation> |
784 | | - </configuration> |
785 | | - </plugin> |
786 | | - <plugin> |
787 | | - <groupId>org.codehaus.mojo</groupId> |
788 | | - <artifactId>cobertura-maven-plugin</artifactId> |
789 | | - <version>2.7</version> |
790 | | - <configuration> |
791 | | - <aggregate>true</aggregate> |
792 | | - </configuration> |
793 | | - </plugin> |
794 | 759 | </reportPlugins> |
795 | 760 | </configuration> |
796 | 761 | </plugin> |
|
0 commit comments