diff --git a/pom.xml b/pom.xml
index 2ca492ec..27569c47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,6 +29,128 @@
scm:git:git@github.com:sendgrid/sendgrid-java.git
4.4.2
+
+
+ gpg
+
+ false
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.6
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+ ${gpg.keyname}
+ ${gpg.passphrase}
+
+ --pinentry-mode
+ loopback
+
+
+
+
+
+
+
+ release
+
+
+ release
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.8
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.0.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.10.4
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.6
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+ 3.2.1
+
+
+
+ com.sendgrid.helpers.mail.objects
+ com.sendgrid
+
+
+ com.sendgrid.helpers.mail
+ com.sendgrid
+
+
+
+
+
+ package
+
+ shade
+
+
+
+
+
+
+
+