diff --git a/pom.xml b/pom.xml
index 055c0c6d8bf..8d493d41f72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,6 +166,75 @@
+
+
+ release-profile
+
+ true
+
+
+
+
+ org.scala-tools
+ maven-scala-plugin
+
+
+
+ compile
+ testCompile
+
+
+
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+
+
+ add-source
+ prepare-package
+
+ add-source
+
+
+
+ src/main/scala
+
+
+
+
+
+
+
+
+
+ release-sign-artifacts
+
+
+ performRelease
+ true
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+
+