diff --git a/.gitignore b/.gitignore
index fb3a2f583..101cfb547 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,5 @@ target/
.classpath
.project
.settings/
+
+.flattened-pom.xml
diff --git a/pom.xml b/pom.xml
index dc36715af..16eee909e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -137,6 +137,7 @@
+ 1.7.3
1.2.8
5.0.0
@@ -329,6 +330,11 @@
central-publishing-maven-plugin
${central-publishing-maven-plugin.version}
+
+ org.codehaus.mojo
+ flatten-maven-plugin
+ ${flatten-maven-plugin.version}
+
org.eclipse.m2e
@@ -661,6 +667,29 @@
release
+
+ org.codehaus.mojo
+ flatten-maven-plugin
+
+ ossrh
+
+
+
+ flatten
+ process-resources
+
+ flatten
+
+
+
+ flatten.clean
+ clean
+
+ clean
+
+
+
+
org.sonatype.central
central-publishing-maven-plugin