diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml
index d25423a9b4..300ee0622f 100644
--- a/binding-parent/pom.xml
+++ b/binding-parent/pom.xml
@@ -170,6 +170,36 @@ LICENSE file.
${skipJDK11Tests}
+
+
+ ycsb-release
+
+
+ true
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+
+
+ but-still-deploy-the-binding-parent
+
+ deploy
+
+ deploy
+ false
+
+ false
+
+
+
+
+
+
+
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 635134584c..f4b134631c 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -318,6 +318,14 @@ LICENSE file.
+
+
+ ycsb-release
+
+ true
+
+
+
diff --git a/pom.xml b/pom.xml
index 20d4de470f..9388c55006 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,11 +30,56 @@ LICENSE file.
This is the top level project that builds, packages the core and all the DB bindings for YCSB infrastructure.
+ https://ycsb.site/
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0.txt
+ repo
+
+
+
+
+
+ allanbank
+ Robert J. Moore
+ robert.j.moore@allanbank.com
+
+
+ busbey
+ Sean Busbey
+ sean.busbey@gmail.com
+
+
+ cmatser
+ Chrisjan Matser
+ cmatser@codespinnerinc.com
+
+
+ stfeng2
+ Stanley Feng
+ stfeng@google.com
+
+
+
scm:git:git://github.com/brianfrankcooper/YCSB.git
master
https://github.com/brianfrankcooper/YCSB
+
+
+ sonatype.releases.https
+ Release Repo at sonatype oss.
+ https://oss.sonatype.org/service/local/staging/deploy/maven2
+
+
+ sonatype.snapshots.https
+ snapshot Repo at sonatype oss.
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
@@ -230,4 +275,65 @@ LICENSE file.
+
+
+
+ ycsb-release
+
+ none
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+ 3.0.0-M1
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.1.0
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.1.1
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.6
+
+
+ sign-release-artifacts
+
+ sign
+
+
+
+
+
+
+
+