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
@@ -19,6 +19,10 @@
<artifactId>configured-feature-commentable</artifactId>
<packaging>jar</packaging>
<name>Configured - Commentable Feature</name>
<url>https://github.com/CarmJos/configured</url>
<description>Enables comment support for configuration files in the Configured framework.</description>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
+4
View File
@@ -19,6 +19,10 @@
<artifactId>configured-feature-file</artifactId>
<packaging>jar</packaging>
<name>Configured - File Feature</name>
<url>https://github.com/CarmJos/configured</url>
<description>Provides file-based configuration support for the Configured framework.</description>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
+4
View File
@@ -20,6 +20,10 @@
<artifactId>configured-feature-kotlin</artifactId>
<packaging>jar</packaging>
<name>Configured - Kotlin Feature</name>
<url>https://github.com/CarmJos/configured</url>
<description>Provides Kotlin language support and extensions for the Configured framework.</description>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
+4
View File
@@ -13,6 +13,10 @@
<artifactId>configured-feature-record</artifactId>
<packaging>jar</packaging>
<name>Configured - Record Feature</name>
<url>https://github.com/CarmJos/configured</url>
<description>Provides Java record type support for the Configured framework.</description>
<properties>
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
+4
View File
@@ -19,6 +19,10 @@
<artifactId>configured-feature-section</artifactId>
<packaging>jar</packaging>
<name>Configured - Section Feature</name>
<url>https://github.com/CarmJos/configured</url>
<description>Provides section support for organizing configuration files in the Configured framework.</description>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
+4
View File
@@ -19,6 +19,10 @@
<artifactId>configured-feature-text</artifactId>
<packaging>jar</packaging>
<name>Configured - Text Feature</name>
<url>https://github.com/CarmJos/configured</url>
<description>Provides text processing and formatting support for the Configured framework.</description>
<dependencies>
<dependency>
+4
View File
@@ -19,6 +19,10 @@
<artifactId>configured-feature-validators</artifactId>
<packaging>jar</packaging>
<name>Configured - Validators Feature</name>
<url>https://github.com/CarmJos/configured</url>
<description>Provides validation utilities for configuration values in the Configured framework.</description>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
+4
View File
@@ -19,6 +19,10 @@
<artifactId>configured-feature-versioned</artifactId>
<packaging>jar</packaging>
<name>Configured - Versioned Feature</name>
<url>https://github.com/CarmJos/configured</url>
<description>Adds versioning support for configuration files in the Configured framework.</description>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>