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