diff --git a/.gitignore b/.gitignore
index c9b191a7b..feaabaa96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
target
bin
+build.log
integration-repo
ivy-cache
spring-build
diff --git a/pom.xml b/pom.xml
index 8644c794d..b150d6d08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -311,6 +311,43 @@
+
+ build
+
+ false
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-invoker-plugin
+
+ ${basedir}
+ target/local-repo
+ true
+ ${basedir}/src/it/settings.xml
+
+ clean
+ install
+
+
+ pom.xml
+
+
+
+
+ integration-test
+ verify
+
+ run
+
+
+
+
+
+
+
samples