From e3730680171c4115a7c4456ca93e1497408fccb8 Mon Sep 17 00:00:00 2001 From: CarmJos Date: Sun, 17 Apr 2022 17:26:37 +0800 Subject: [PATCH] =?UTF-8?q?[1.0.1]=20=E4=BF=AE=E5=A4=8DJavadoc=E9=83=A8?= =?UTF-8?q?=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- core/pom.xml | 23 ++++++++++++++++++++++- impl/yaml/pom.xml | 23 ++++++++++++++++++++++- platform/bungee/pom.xml | 23 ++++++++++++++++++++++- platform/spigot/pom.xml | 23 ++++++++++++++++++++++- pom.xml | 14 +++++--------- 6 files changed, 95 insertions(+), 15 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0e37a12..07e570c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,14 +40,14 @@ jobs: run: | rm -rf docs mkdir -vp docs - cp -vrf api/target/apidocs/* docs/ + cp -vrf core/target/apidocs/* docs/ cp -vrf .documentation/JAVADOC-README.md docs/README.md - name: "Generate the Javadoc sitemap" id: sitemap uses: cicirello/generate-sitemap@v1 with: - base-url-path: https://carmjos.github.io/EasySQL + base-url-path: https://CarmJos.github.io/EasyConfiguration path-to-root: docs - name: "Output stats" diff --git a/core/pom.xml b/core/pom.xml index ca8a234..122a91b 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 1.0.0 + 1.0.1 4.0.0 @@ -16,4 +16,25 @@ easyconfiguration-core jar + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-jar-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + + \ No newline at end of file diff --git a/impl/yaml/pom.xml b/impl/yaml/pom.xml index 48eb744..f22f553 100644 --- a/impl/yaml/pom.xml +++ b/impl/yaml/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 1.0.0 + 1.0.1 ../../pom.xml 4.0.0 @@ -35,5 +35,26 @@ + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-jar-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + + \ No newline at end of file diff --git a/platform/bungee/pom.xml b/platform/bungee/pom.xml index df4d331..c1dbf12 100644 --- a/platform/bungee/pom.xml +++ b/platform/bungee/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 1.0.0 + 1.0.1 ../../pom.xml 4.0.0 @@ -44,4 +44,25 @@ + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-jar-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + + \ No newline at end of file diff --git a/platform/spigot/pom.xml b/platform/spigot/pom.xml index 5c5ec3c..541920a 100644 --- a/platform/spigot/pom.xml +++ b/platform/spigot/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 1.0.0 + 1.0.1 ../../pom.xml 4.0.0 @@ -35,5 +35,26 @@ + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-jar-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 1609288..4eafa70 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ cc.carm.lib easyconfiguration-parent pom - 1.0.0 + 1.0.1 core @@ -123,6 +123,10 @@ org.apache.maven.plugins maven-surefire-plugin + 2.22.2 + + false + org.apache.maven.plugins @@ -247,14 +251,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.2 - - false - -