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 30
30
MAVEN_USERNAME : hap-java-dev
31
31
MAVEN_CENTRAL_TOKEN : ${{ secrets.MAVEN_CENTRAL_TOKEN }}
32
32
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 220
220
<goal >publish-scm</goal >
221
221
</goals >
222
222
<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 >
224
224
<scmBranch >gh-pages</scmBranch >
225
225
</configuration >
226
226
</execution >
287
287
<version >3.0.1</version >
288
288
<configuration >
289
289
<excludePackageNames >io.github.hapjava.server.impl</excludePackageNames >
290
+ <source >8</source >
291
+ <detectJavaApiLink >false</detectJavaApiLink >
290
292
</configuration >
291
293
<reportSets >
292
294
<reportSet >
You can’t perform that action at this time.
0 commit comments