Skip to content

Commit dca799d

Browse files
author
Javen
committed
Update pom for apidocs site.
1 parent ad2ffb2 commit dca799d

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

pom.xml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,10 @@
8282
<plugin>
8383
<groupId>com.github.github</groupId>
8484
<artifactId>site-maven-plugin</artifactId>
85-
<version>0.8</version>
85+
<version>0.9</version>
8686
<configuration>
8787
<message>Creating site for ${project.version}</message>
88+
<server>github</server>
8889
</configuration>
8990
<executions>
9091
<execution>
@@ -101,10 +102,17 @@
101102
<plugins>
102103
<plugin>
103104
<groupId>org.apache.maven.plugins</groupId>
104-
<artifactId>
105-
maven-project-info-reports-plugin
106-
</artifactId>
105+
<artifactId>maven-project-info-reports-plugin</artifactId>
107106
<version>2.7</version>
107+
<reportSets>
108+
<reportSet>
109+
<reports>
110+
<report>dependencies</report>
111+
<report>license</report>
112+
<report>scm</report>
113+
</reports>
114+
</reportSet>
115+
</reportSets>
108116
</plugin>
109117
<plugin>
110118
<groupId>org.apache.maven.plugins</groupId>
@@ -116,7 +124,7 @@
116124
<scm>
117125
<connection>scm:git:[email protected]:jpush/jpush-api-java-client.git</connection>
118126
<developerConnection>scm:git:[email protected]:jpush/jpush-api-java-client.git</developerConnection>
119-
<url>scm:git:git@github.com:jpush/jpush-api-java-client.git</url>
127+
<url>https://github.com/jpush/jpush-api-java-client</url>
120128
</scm>
121129
<developers>
122130
<developer>

0 commit comments

Comments
 (0)