File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3030 MAVEN_USERNAME : hap-java-dev
3131 MAVEN_CENTRAL_TOKEN : ${{ secrets.MAVEN_CENTRAL_TOKEN }}
3232 MAVEN_GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
33+ - name : Publish site
34+ run : mvn deploy-site
Original file line number Diff line number Diff line change 220220 <goal >publish-scm</goal >
221221 </goals >
222222 <configuration >
223- <pubScmUrl >scm:git:git@ github.com: hap-java/HAP-Java.git</pubScmUrl >
223+ <pubScmUrl >scm:git:https:// github.com/ hap-java/HAP-Java.git</pubScmUrl >
224224 <scmBranch >gh-pages</scmBranch >
225225 </configuration >
226226 </execution >
287287 <version >3.0.1</version >
288288 <configuration >
289289 <excludePackageNames >io.github.hapjava.server.impl</excludePackageNames >
290+ <source >8</source >
291+ <detectJavaApiLink >false</detectJavaApiLink >
290292 </configuration >
291293 <reportSets >
292294 <reportSet >
You can’t perform that action at this time.
0 commit comments