diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 334a650b..c3bc6d9e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -98,6 +98,7 @@ jobs:
staging/kusto-ingest-${{ steps.get_version.outputs.VERSION }}-sources.jar
staging/kusto-ingest-${{ steps.get_version.outputs.VERSION }}.pom
staging/kusto-ingest-v2-${{ steps.get_ingest_v2_version.outputs.INGEST_V2_VERSION }}.jar
+ staging/kusto-ingest-v2-${{ steps.get_ingest_v2_version.outputs.INGEST_V2_VERSION }}-jar-with-dependencies.jar
staging/kusto-ingest-v2-${{ steps.get_ingest_v2_version.outputs.INGEST_V2_VERSION }}-javadoc.jar
staging/kusto-ingest-v2-${{ steps.get_ingest_v2_version.outputs.INGEST_V2_VERSION }}-sources.jar
staging/kusto-ingest-v2-${{ steps.get_ingest_v2_version.outputs.INGEST_V2_VERSION }}.pom
diff --git a/ingest-v2/pom.xml b/ingest-v2/pom.xml
index a2bdcd66..b848f9ab 100644
--- a/ingest-v2/pom.xml
+++ b/ingest-v2/pom.xml
@@ -25,6 +25,7 @@
2.0.9
2.46.1
UTF-8
+ 1.9.20
true
@@ -361,6 +362,59 @@
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+ ${maven-assembly-plugin.version}
+
+
+
+ true
+ true
+
+
+
+ jar-with-dependencies
+
+
+
+
+ make-assembly
+ package
+
+ single
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ ${maven-source-plugin.version}
+
+
+ attach-sources
+ verify
+
+ jar-no-fork
+
+
+
+
+
+ org.jetbrains.dokka
+ dokka-maven-plugin
+ ${dokka.version}
+
+
+ attach-javadoc
+ verify
+
+ javadocJar
+
+
+
+
org.jacoco
jacoco-maven-plugin