[build] Provide more metadata in the Maven pom

This commit is contained in:
2025-10-15 00:09:10 +02:00
parent ff53708a16
commit 90e7034bfe
23 changed files with 58 additions and 14 deletions

View File

@@ -0,0 +1,3 @@
module.name = Tweed 5 Construct
module.description = Provides a generic factory system for creating instances of subclasses with predefined constructor arguments. \
This solves Java's lack of constructor inheritance by enabling flexible object instantiation patterns.