diff --git a/shaded-jar/pom.xml b/shaded-jar/pom.xml
index a228f4d7af2..e8c507b29a5 100644
--- a/shaded-jar/pom.xml
+++ b/shaded-jar/pom.xml
@@ -33,6 +33,28 @@
There used to be a dependency-plugin:copy-dependencies plugin entry here, but the
shade-plugin will explode the dependencies even if they aren't manually copied in.
-->
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ 3.6.0
+
+
+ attach-artifacts
+ package
+
+ attach-artifact
+
+
+
+
+ ${project.build.directory}/otp-${project.version}-shaded.jar
+ jar
+
+
+
+
+
+