diff --git a/.gitignore b/.gitignore
index 8cdbd1ff4..4fcd1ead0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ target/*
!.vscode/launch.json
!.vscode/extensions.json
_site/
+/bin/
diff --git a/pom.xml b/pom.xml
index 0755138f5..eeeabfab2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -205,6 +205,34 @@
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+ 2.7
+
+ false
+
+
+
+
+
+ org.codehaus.mojo
+ cobertura-maven-plugin
+ 2.7
+
+
+ html
+ xml
+
+
+
+
+
+