diff --git a/core/pom.xml b/core/pom.xml index a3f750a..7f8e1cc 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -18,6 +18,13 @@ configured-core jar + Configured - Core + https://github.com/CarmJos/configured + + The core module of Configured framework, + providing essential configuration management functionality. + + diff --git a/demo/pom.xml b/demo/pom.xml index bf68abd..05c2d8a 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -22,6 +22,11 @@ configured-demo jar + Configured - Demo + https://github.com/CarmJos/configured + Demonstrate & tests module. + + diff --git a/features/commentable/pom.xml b/features/commentable/pom.xml index c934cfe..1f82971 100644 --- a/features/commentable/pom.xml +++ b/features/commentable/pom.xml @@ -19,6 +19,10 @@ configured-feature-commentable jar + Configured - Commentable Feature + https://github.com/CarmJos/configured + Enables comment support for configuration files in the Configured framework. + ${project.groupId} diff --git a/features/file/pom.xml b/features/file/pom.xml index 4e2ca40..5f09849 100644 --- a/features/file/pom.xml +++ b/features/file/pom.xml @@ -19,6 +19,10 @@ configured-feature-file jar + Configured - File Feature + https://github.com/CarmJos/configured + Provides file-based configuration support for the Configured framework. + ${project.groupId} diff --git a/features/kotlin/pom.xml b/features/kotlin/pom.xml index 719ed81..f59d94c 100644 --- a/features/kotlin/pom.xml +++ b/features/kotlin/pom.xml @@ -20,6 +20,10 @@ configured-feature-kotlin jar + Configured - Kotlin Feature + https://github.com/CarmJos/configured + Provides Kotlin language support and extensions for the Configured framework. + ${project.groupId} diff --git a/features/record/pom.xml b/features/record/pom.xml index a841d54..210658f 100644 --- a/features/record/pom.xml +++ b/features/record/pom.xml @@ -13,6 +13,10 @@ configured-feature-record jar + Configured - Record Feature + https://github.com/CarmJos/configured + Provides Java record type support for the Configured framework. + 16 16 diff --git a/features/section/pom.xml b/features/section/pom.xml index be9a151..308f006 100644 --- a/features/section/pom.xml +++ b/features/section/pom.xml @@ -19,6 +19,10 @@ configured-feature-section jar + Configured - Section Feature + https://github.com/CarmJos/configured + Provides section support for organizing configuration files in the Configured framework. + ${project.groupId} diff --git a/features/text/pom.xml b/features/text/pom.xml index a229572..eaff4d8 100644 --- a/features/text/pom.xml +++ b/features/text/pom.xml @@ -19,6 +19,10 @@ configured-feature-text jar + Configured - Text Feature + https://github.com/CarmJos/configured + Provides text processing and formatting support for the Configured framework. + diff --git a/features/validators/pom.xml b/features/validators/pom.xml index 4f6ba48..1c26999 100644 --- a/features/validators/pom.xml +++ b/features/validators/pom.xml @@ -19,6 +19,10 @@ configured-feature-validators jar + Configured - Validators Feature + https://github.com/CarmJos/configured + Provides validation utilities for configuration values in the Configured framework. + ${project.groupId} diff --git a/features/versioned/pom.xml b/features/versioned/pom.xml index de466fd..c2d97e1 100644 --- a/features/versioned/pom.xml +++ b/features/versioned/pom.xml @@ -19,6 +19,10 @@ configured-feature-versioned jar + Configured - Versioned Feature + https://github.com/CarmJos/configured + Adds versioning support for configuration files in the Configured framework. + ${project.groupId} diff --git a/pom.xml b/pom.xml index d6cbe7a..0ae529f 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,11 @@ configured - A simple, easy-to-use and universal solution for managing configuration files. + + "Once set, Simple get." + A simple, easy-to-use and universal solution + for managing configuration files. + https://github.com/CarmJos/configured diff --git a/providers/gson/pom.xml b/providers/gson/pom.xml index cde545c..4b76198 100644 --- a/providers/gson/pom.xml +++ b/providers/gson/pom.xml @@ -18,6 +18,10 @@ configured-gson jar + Configured - Gson Provider + https://github.com/CarmJos/configured + Provides Gson (JSON) file support for the Configured framework. + diff --git a/providers/hocon/pom.xml b/providers/hocon/pom.xml index 90ee57c..d9beea9 100644 --- a/providers/hocon/pom.xml +++ b/providers/hocon/pom.xml @@ -18,6 +18,10 @@ configured-hocon jar + Configured - HOCON Provider + https://github.com/CarmJos/configured + Provides HOCON file support for the Configured framework. + ${project.parent.groupId} diff --git a/providers/mongodb/pom.xml b/providers/mongodb/pom.xml index 62c2872..5d7f161 100644 --- a/providers/mongodb/pom.xml +++ b/providers/mongodb/pom.xml @@ -17,6 +17,11 @@ 5.5.1 configured-mongodb + jar + + Configured - MongoDB Provider + https://github.com/CarmJos/configured + Provides MongoDB database support for the Configured framework. diff --git a/providers/sql/pom.xml b/providers/sql/pom.xml index e50a49f..23ab65a 100644 --- a/providers/sql/pom.xml +++ b/providers/sql/pom.xml @@ -16,6 +16,11 @@ UTF-8 configured-sql + jar + + Configured - SQL Provider + https://github.com/CarmJos/configured + Provides SQL database support for the Configured framework. diff --git a/providers/temp/pom.xml b/providers/temp/pom.xml index 646f2bf..df33a5f 100644 --- a/providers/temp/pom.xml +++ b/providers/temp/pom.xml @@ -19,6 +19,10 @@ configured-temp jar + Configured - Temp Provider + https://github.com/CarmJos/configured + Provides a temporary in-memory configuration provider for the Configured framework. + diff --git a/providers/yaml/pom.xml b/providers/yaml/pom.xml index be2cf33..b79c607 100644 --- a/providers/yaml/pom.xml +++ b/providers/yaml/pom.xml @@ -19,6 +19,9 @@ configured-yaml jar + Configured - YAML Provider + https://github.com/CarmJos/configured + Provides YAML file support for the Configured framework.