From 79ed47389ab46364cb124f0cb2e37059740c1e9f Mon Sep 17 00:00:00 2001 From: CarmJos Date: Thu, 24 Feb 2022 05:11:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=A1=B9=E7=9B=AE=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- easysql-plugin-api/pom.xml | 34 ++++++++++++++++- easysql-plugin-core/pom.xml | 34 ++++++++++++++++- platforms/easysql-plugin-bukkit/pom.xml | 32 ++++++++++++++++ platforms/easysql-plugin-bungee/pom.xml | 31 +++++++++++++++ platforms/easysql-plugin-sponge/pom.xml | 46 +++++++++++++++++++++-- platforms/easysql-plugin-velocity/pom.xml | 31 +++++++++++++++ pom.xml | 16 ++++---- 7 files changed, 209 insertions(+), 15 deletions(-) diff --git a/easysql-plugin-api/pom.xml b/easysql-plugin-api/pom.xml index f6e930b..c5b752f 100644 --- a/easysql-plugin-api/pom.xml +++ b/easysql-plugin-api/pom.xml @@ -19,7 +19,39 @@ easysql-plugin-api jar - EasySQL-Plugin-Common + EasySQL-Plugin-API + 轻松(用)SQL的独立运行库插件的公用API接口部分。 + https://github.com/CarmJos/EasySQL-Plugin + + + + CarmJos + Carm Jos + carm@carm.cc + https://www.carm.cc + + Main Developer + Designer + + + + + + + GNU General Public License v3.0 + https://opensource.org/licenses/GPL-3.0 + + + + + GitHub Issues + https://github.com/CarmJos/EasySQL-Plugin/issues + + + + GitHub Actions + https://github.com/CarmJos/EasySQL-Plugin/actions/workflows/maven.yml + diff --git a/easysql-plugin-core/pom.xml b/easysql-plugin-core/pom.xml index 76f9d05..27757ef 100644 --- a/easysql-plugin-core/pom.xml +++ b/easysql-plugin-core/pom.xml @@ -19,7 +19,39 @@ easysql-plugin-core - EasySQL-Plugin-Impl + EasySQL-Plugin-Core + 轻松(用)SQL的独立运行库插件的主要实现部分。 + https://github.com/CarmJos/EasySQL-Plugin + + + + CarmJos + Carm Jos + carm@carm.cc + https://www.carm.cc + + Main Developer + Designer + + + + + + + GNU General Public License v3.0 + https://opensource.org/licenses/GPL-3.0 + + + + + GitHub Issues + https://github.com/CarmJos/EasySQL-Plugin/issues + + + + GitHub Actions + https://github.com/CarmJos/EasySQL-Plugin/actions/workflows/maven.yml + diff --git a/platforms/easysql-plugin-bukkit/pom.xml b/platforms/easysql-plugin-bukkit/pom.xml index 77452a3..c9375e2 100644 --- a/platforms/easysql-plugin-bukkit/pom.xml +++ b/platforms/easysql-plugin-bukkit/pom.xml @@ -23,6 +23,38 @@ jar EasySQL-Plugin-Bukkit + 轻松(用)SQL的独立运行库Bukkit版本插件。 + https://github.com/CarmJos/EasySQL-Plugin + + + + CarmJos + Carm Jos + carm@carm.cc + https://www.carm.cc + + Main Developer + Designer + + + + + + + GNU General Public License v3.0 + https://opensource.org/licenses/GPL-3.0 + + + + + GitHub Issues + https://github.com/CarmJos/EasySQL-Plugin/issues + + + + GitHub Actions + https://github.com/CarmJos/EasySQL-Plugin/actions/workflows/maven.yml + diff --git a/platforms/easysql-plugin-bungee/pom.xml b/platforms/easysql-plugin-bungee/pom.xml index f584da1..1b3b5c6 100644 --- a/platforms/easysql-plugin-bungee/pom.xml +++ b/platforms/easysql-plugin-bungee/pom.xml @@ -23,7 +23,38 @@ jar EasySQL-Plugin-Bungee + 轻松(用)SQL的独立运行库Bungee版本插件。 + https://github.com/CarmJos/EasySQL-Plugin + + + CarmJos + Carm Jos + carm@carm.cc + https://www.carm.cc + + Main Developer + Designer + + + + + + + GNU General Public License v3.0 + https://opensource.org/licenses/GPL-3.0 + + + + + GitHub Issues + https://github.com/CarmJos/EasySQL-Plugin/issues + + + + GitHub Actions + https://github.com/CarmJos/EasySQL-Plugin/actions/workflows/maven.yml + diff --git a/platforms/easysql-plugin-sponge/pom.xml b/platforms/easysql-plugin-sponge/pom.xml index 2a3391d..bfdab72 100644 --- a/platforms/easysql-plugin-sponge/pom.xml +++ b/platforms/easysql-plugin-sponge/pom.xml @@ -10,12 +10,50 @@ 4.0.0 + + ${java.version} + ${java.version} + UTF-8 + UTF-8 + true + true + + easysql-plugin-sponge - - 17 - 17 - + EasySQL-Plugin-Sponge + 轻松(用)SQL的独立运行库Sponge版本插件。 + https://github.com/CarmJos/EasySQL-Plugin + + + + CarmJos + Carm Jos + carm@carm.cc + https://www.carm.cc + + Main Developer + Designer + + + + + + + GNU General Public License v3.0 + https://opensource.org/licenses/GPL-3.0 + + + + + GitHub Issues + https://github.com/CarmJos/EasySQL-Plugin/issues + + + + GitHub Actions + https://github.com/CarmJos/EasySQL-Plugin/actions/workflows/maven.yml + diff --git a/platforms/easysql-plugin-velocity/pom.xml b/platforms/easysql-plugin-velocity/pom.xml index dbbdec9..a843df1 100644 --- a/platforms/easysql-plugin-velocity/pom.xml +++ b/platforms/easysql-plugin-velocity/pom.xml @@ -23,7 +23,38 @@ jar EasySQL-Plugin-Velocity + 轻松(用)SQL的独立运行库Velocity版本插件。 + https://github.com/CarmJos/EasySQL-Plugin + + + CarmJos + Carm Jos + carm@carm.cc + https://www.carm.cc + + Main Developer + Designer + + + + + + + GNU General Public License v3.0 + https://opensource.org/licenses/GPL-3.0 + + + + + GitHub Issues + https://github.com/CarmJos/EasySQL-Plugin/issues + + + + GitHub Actions + https://github.com/CarmJos/EasySQL-Plugin/actions/workflows/maven.yml + diff --git a/pom.xml b/pom.xml index 37b0503..54cdbb6 100644 --- a/pom.xml +++ b/pom.xml @@ -44,15 +44,6 @@ Designer - - zimrs - Zimrs - zimrs@kar.red - https://www.zimrs.cn - - Product Manager - - @@ -195,6 +186,13 @@ **/* + + ${project.basedir}/api-docs/ + true + + **/* + +