1
mirror of https://github.com/CarmJos/EasyConfiguration.git synced 2026-06-04 10:38:19 +08:00

build: Add project module names

This commit is contained in:
2025-07-21 02:31:27 +08:00
parent feb43bb382
commit 0bce5f1a22
17 changed files with 74 additions and 1 deletions
+4
View File
@@ -18,6 +18,10 @@
<artifactId>configured-gson</artifactId>
<packaging>jar</packaging>
<name>Configured - Gson Provider</name>
<url>https://github.com/CarmJos/configured</url>
<description>Provides Gson (JSON) file support for the Configured framework.</description>
<dependencies>
<dependency>
+4
View File
@@ -18,6 +18,10 @@
<artifactId>configured-hocon</artifactId>
<packaging>jar</packaging>
<name>Configured - HOCON Provider</name>
<url>https://github.com/CarmJos/configured</url>
<description>Provides HOCON file support for the Configured framework.</description>
<dependencies>
<dependency>
<groupId>${project.parent.groupId}</groupId>
+5
View File
@@ -17,6 +17,11 @@
<deps.mongodb.version>5.5.1</deps.mongodb.version>
</properties>
<artifactId>configured-mongodb</artifactId>
<packaging>jar</packaging>
<name>Configured - MongoDB Provider</name>
<url>https://github.com/CarmJos/configured</url>
<description>Provides MongoDB database support for the Configured framework.</description>
<dependencies>
+5
View File
@@ -16,6 +16,11 @@
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
</properties>
<artifactId>configured-sql</artifactId>
<packaging>jar</packaging>
<name>Configured - SQL Provider</name>
<url>https://github.com/CarmJos/configured</url>
<description>Provides SQL database support for the Configured framework.</description>
<dependencies>
+4
View File
@@ -19,6 +19,10 @@
<artifactId>configured-temp</artifactId>
<packaging>jar</packaging>
<name>Configured - Temp Provider</name>
<url>https://github.com/CarmJos/configured</url>
<description>Provides a temporary in-memory configuration provider for the Configured framework.</description>
<dependencies>
<dependency>
+3
View File
@@ -19,6 +19,9 @@
<artifactId>configured-yaml</artifactId>
<packaging>jar</packaging>
<name>Configured - YAML Provider</name>
<url>https://github.com/CarmJos/configured</url>
<description>Provides YAML file support for the Configured framework.</description>
<dependencies>