1
mirror of https://github.com/CarmJos/EasyPlugin.git synced 2024-09-19 19:25:45 +00:00

修改Javadoc部署密钥

This commit is contained in:
Carm Jos 2022-01-09 13:26:28 +08:00
parent 90a276c1c1
commit d39951bf65
2 changed files with 5 additions and 2 deletions

View File

@ -23,6 +23,9 @@ jobs:
cache: maven cache: maven
java-version: '11' java-version: '11'
distribution: 'adopt' distribution: 'adopt'
server-id: github
server-username: MAVEN_USERNAME
server-password: MAVEN_TOKEN
- name: Generate docs - name: Generate docs
run: mvn javadoc:javadoc -DskipTests run: mvn javadoc:javadoc -DskipTests

View File

@ -89,7 +89,7 @@
<repository> <repository>
<id>github</id> <id>github</id>
<name>GitHub Packages</name> <name>GitHub Packages</name>
<url>https://maven.pkg.github.com/CarmJos/EasyPlugin</url> <url>https://maven.pkg.github.com/CarmJos/*</url>
<snapshots> <snapshots>
<enabled>true</enabled> <enabled>true</enabled>
</snapshots> </snapshots>