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 82
82
<plugin >
83
83
<groupId >com.github.github</groupId >
84
84
<artifactId >site-maven-plugin</artifactId >
85
- <version >0.8 </version >
85
+ <version >0.9 </version >
86
86
<configuration >
87
87
<message >Creating site for ${project.version} </message >
88
+ <server >github</server >
88
89
</configuration >
89
90
<executions >
90
91
<execution >
101
102
<plugins >
102
103
<plugin >
103
104
<groupId >org.apache.maven.plugins</groupId >
104
- <artifactId >
105
- maven-project-info-reports-plugin
106
- </artifactId >
105
+ <artifactId >maven-project-info-reports-plugin</artifactId >
107
106
<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 >
108
116
</plugin >
109
117
<plugin >
110
118
<groupId >org.apache.maven.plugins</groupId >
116
124
<scm >
117
125
<
connection >scm:git:
[email protected] :jpush/jpush-api-java-client.git</
connection >
118
126
<
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 >
120
128
</scm >
121
129
<developers >
122
130
<developer >
You can’t perform that action at this time.
0 commit comments