File tree Expand file tree Collapse file tree 1 file changed +48
-1
lines changed
Expand file tree Collapse file tree 1 file changed +48
-1
lines changed Original file line number Diff line number Diff line change 1919 </licenses >
2020
2121 <scm >
22- <connection >scm:git:git@ github.com: beowulfe/HAP-Java.git</connection >
22+ <connection >scm:git:https:// github.com/ beowulfe/HAP-Java.git</connection >
2323 <developerConnection >scm:git:git@github.com:beowulfe/HAP-Java.git</developerConnection >
2424 <url >https://github.com/beowulfe/HAP-Java.git</url >
2525 <tag >HEAD</tag >
169169 </execution >
170170 </executions >
171171 </plugin >
172+ <plugin >
173+ <groupId >org.apache.maven.plugins</groupId >
174+ <artifactId >maven-scm-publish-plugin</artifactId >
175+ <version >1.1</version >
176+ <executions >
177+ <execution >
178+ <id >scm-publish</id >
179+ <phase >site-deploy</phase >
180+ <goals >
181+ <goal >publish-scm</goal >
182+ </goals >
183+ <configuration >
184+ <pubScmUrl >scm:git:git@github.com:beowulfe/HAP-Java.git</pubScmUrl >
185+ <scmBranch >gh-pages</scmBranch >
186+ </configuration >
187+ </execution >
188+ </executions >
189+ </plugin >
190+ <plugin >
191+ <groupId >org.apache.maven.plugins</groupId >
192+ <artifactId >maven-site-plugin</artifactId >
193+ <executions >
194+ <execution >
195+ <id >stage-for-scm-publish</id >
196+ <phase >post-site</phase >
197+ <goals >
198+ <goal >stage</goal >
199+ </goals >
200+ <configuration >
201+ <skipDeploy >false</skipDeploy >
202+ </configuration >
203+ </execution >
204+ </executions >
205+ </plugin >
172206 </plugins >
207+
208+ <pluginManagement >
209+ <plugins >
210+ <plugin >
211+ <groupId >org.apache.maven.plugins</groupId >
212+ <artifactId >maven-site-plugin</artifactId >
213+ <configuration >
214+ <skipDeploy >true</skipDeploy >
215+ </configuration >
216+ </plugin >
217+ </plugins >
218+ </pluginManagement >
219+
173220 </build >
174221
175222 <distributionManagement >
You can’t perform that action at this time.
0 commit comments