diff --git a/.gitignore b/.gitignore
index fb3a2f58..021be69c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,7 @@ hs_err_pid*
# Maven
target/
+.flattened-pom.xml
# IntelliJ
.idea/
diff --git a/pom.xml b/pom.xml
index be34c5a2..d24e64eb 100755
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,7 @@
${skipTests}
+ 1.7.3
1.2.8
5.0.0
@@ -292,6 +293,12 @@
${central-publishing-maven-plugin.version}
+
+ org.codehaus.mojo
+ flatten-maven-plugin
+ ${flatten-maven-plugin.version}
+
+
org.eclipse.m2e
lifecycle-mapping
@@ -578,6 +585,30 @@
release
+
+ org.codehaus.mojo
+ flatten-maven-plugin
+
+ ossrh
+
+
+
+ flatten
+ process-resources
+
+ flatten
+
+
+
+ flatten.clean
+ clean
+
+ clean
+
+
+
+
+
org.sonatype.central
central-publishing-maven-plugin