File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 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 >
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 >
116124 <scm >
117125 <connection >scm:git:git@github.com:jpush/jpush-api-java-client.git</connection >
118126 <developerConnection >scm:git:git@github.com: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 >
You can’t perform that action at this time.
0 commit comments