From 229aca4eae0f0d1df9acc9ef776488cf69540472 Mon Sep 17 00:00:00 2001 From: carm Date: Wed, 26 Jan 2022 23:29:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=83=A8=E7=BD=B2=E4=B8=8E?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 ++ .gitignore | 3 ++- easysql-plugin-api/pom.xml | 7 +++---- easysql-plugin-impl/pom.xml | 2 +- platforms/easysql-plugin-bukkit/pom.xml | 2 +- platforms/easysql-plugin-bungee/pom.xml | 2 +- platforms/easysql-plugin-fabric/pom.xml | 2 +- platforms/easysql-plugin-velocity/pom.xml | 2 +- pom.xml | 2 +- 9 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7100a34..df533b7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,7 +45,9 @@ jobs: - name: "Javadoc Deploy Staging" run: | + rm -rf docs mkdir -vp docs + cp -vrf api-docs/* docs/ cp -vrf .documentation/JAVADOC-README.md docs/README.md - name: "Generate the Javadoc sitemap" diff --git a/.gitignore b/.gitignore index 17fee44..0c9c956 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ **/target/ ./*.iml *.iml -asset/ \ No newline at end of file +asset/ +api-docs/ \ No newline at end of file diff --git a/easysql-plugin-api/pom.xml b/easysql-plugin-api/pom.xml index 701fda3..eef6e9e 100644 --- a/easysql-plugin-api/pom.xml +++ b/easysql-plugin-api/pom.xml @@ -5,7 +5,7 @@ easysql-plugin cc.carm.plugin - 1.0.0 + 0.0.1 4.0.0 @@ -14,8 +14,6 @@ ${java.version} UTF-8 UTF-8 - true - true easysql-plugin-api @@ -61,7 +59,8 @@ true cc.carm.lib:* - ${project.parent.basedir}/doc/ + cc.carm.plugin:* + ${project.parent.basedir}/api-docs/ diff --git a/easysql-plugin-impl/pom.xml b/easysql-plugin-impl/pom.xml index 4fa5432..07428a5 100644 --- a/easysql-plugin-impl/pom.xml +++ b/easysql-plugin-impl/pom.xml @@ -5,7 +5,7 @@ easysql-plugin cc.carm.plugin - 1.0.0 + 0.0.1 4.0.0 diff --git a/platforms/easysql-plugin-bukkit/pom.xml b/platforms/easysql-plugin-bukkit/pom.xml index faa7e5d..1447780 100644 --- a/platforms/easysql-plugin-bukkit/pom.xml +++ b/platforms/easysql-plugin-bukkit/pom.xml @@ -5,7 +5,7 @@ easysql-plugin cc.carm.plugin - 1.0.0 + 0.0.1 ../../pom.xml 4.0.0 diff --git a/platforms/easysql-plugin-bungee/pom.xml b/platforms/easysql-plugin-bungee/pom.xml index 73ea427..34e595f 100644 --- a/platforms/easysql-plugin-bungee/pom.xml +++ b/platforms/easysql-plugin-bungee/pom.xml @@ -5,7 +5,7 @@ easysql-plugin cc.carm.plugin - 1.0.0 + 0.0.1 ../../pom.xml 4.0.0 diff --git a/platforms/easysql-plugin-fabric/pom.xml b/platforms/easysql-plugin-fabric/pom.xml index 13a1f9a..19b1fee 100644 --- a/platforms/easysql-plugin-fabric/pom.xml +++ b/platforms/easysql-plugin-fabric/pom.xml @@ -5,7 +5,7 @@ easysql-plugin cc.carm.plugin - 1.0.0 + 0.0.1 ../../pom.xml 4.0.0 diff --git a/platforms/easysql-plugin-velocity/pom.xml b/platforms/easysql-plugin-velocity/pom.xml index ec2a2fb..b523db3 100644 --- a/platforms/easysql-plugin-velocity/pom.xml +++ b/platforms/easysql-plugin-velocity/pom.xml @@ -5,7 +5,7 @@ easysql-plugin cc.carm.plugin - 1.0.0 + 0.0.1 ../../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index adc2f9a..efc14e8 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ cc.carm.plugin easysql-plugin pom - 1.0.0 + 0.0.1 easysql-plugin-api