diff --git a/pom.xml b/pom.xml
index cdb1d1f..9eeda2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,7 @@
official
17
${java.version}
+ true
2.1.20
1.8.0
3.5.2
@@ -49,6 +50,7 @@
2.18.2
3.46.1.2
42.7.5
+ 3.6.0
3.3.1
3.11.2
diff --git a/src/core/pom.xml b/src/core/pom.xml
index d54de26..e364db0 100644
--- a/src/core/pom.xml
+++ b/src/core/pom.xml
@@ -17,12 +17,6 @@
Expose a document store interface for PostgreSQL and SQLite (Core Library)
https://bitbadger.solutions/open-source/relational-documents/jvm/
-
- UTF-8
- official
- 1.8
-
-
@@ -83,6 +77,24 @@
${java.version}
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ ${buildHelperPlugin.version}
+
+
+ generate-sources
+
+ add-source
+
+
+
+ src/main/kotlin
+
+
+
+
+
org.apache.maven.plugins
maven-source-plugin
@@ -96,7 +108,7 @@
-
+
diff --git a/src/groovy/pom.xml b/src/groovy/pom.xml
index 41e5ece..0289ee4 100644
--- a/src/groovy/pom.xml
+++ b/src/groovy/pom.xml
@@ -72,6 +72,37 @@
${java.version}
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ ${buildHelperPlugin.version}
+
+
+ generate-sources
+
+ add-source
+
+
+
+ src/main/groovy
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ ${sourcePlugin.version}
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
diff --git a/src/kotlinx/pom.xml b/src/kotlinx/pom.xml
index 10eb8a8..f2974dc 100644
--- a/src/kotlinx/pom.xml
+++ b/src/kotlinx/pom.xml
@@ -108,6 +108,37 @@
${java.version}
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ ${buildHelperPlugin.version}
+
+
+ generate-sources
+
+ add-source
+
+
+
+ src/main/kotlin
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ ${sourcePlugin.version}
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
diff --git a/src/scala/pom.xml b/src/scala/pom.xml
index 7ed1b27..8dc88a8 100644
--- a/src/scala/pom.xml
+++ b/src/scala/pom.xml
@@ -63,6 +63,37 @@
${java.version}
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ ${sourcePlugin.version}
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+