Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
⬆️ upgrade v.maven-site-plugin>3.6 fix #33
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed Dec 4, 2016
1 parent 0d551a1 commit 150a42a
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion pom.xml
Expand Up @@ -139,7 +139,10 @@
<v.maven-pmd-plugin>3.7</v.maven-pmd-plugin>

<v.maven-scm-plugin>1.9.5</v.maven-scm-plugin>
<v.maven-site-plugin>3.5.1</v.maven-site-plugin>

<!-- http://maven.apache.org/plugins/maven-site-plugin/ -->
<!-- https://issues.apache.org/jira/browse/MSITE/?selectedTab=com.atlassian.jira.jira-projects-plugin:changelog-panel -->
<v.maven-site-plugin>3.6</v.maven-site-plugin>
<v.maven-source-plugin>3.0.1</v.maven-source-plugin>
<v.maven-surefire-plugin>2.19.1</v.maven-surefire-plugin>
<v.maven-release-plugin>2.5.3</v.maven-release-plugin>
Expand Down Expand Up @@ -1056,6 +1059,28 @@
<reporting>
<plugins>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>${v.versions-maven-plugin}</version>

<reportSets>
<reportSet>
<reports>
<!-- versions:dependency-updates-report -->
<report>dependency-updates-report</report>

<!-- produces a report of those plugins which have newer versions available. -->
<report>plugin-updates-report</report>

<!-- produces a report of those properties which are used to control artifact versions and which properies have newer versions available. -->
<report>property-updates-report</report>
</reports>
</reportSet>
</reportSets>

</plugin>

<!-- 生成java代码交叉引用和源代码的html格式 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 150a42a

Please sign in to comment.