diff --git a/pom.xml b/pom.xml
index 240d18fb1c..b9d9991ad8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,7 @@
spring-boot-actuator
spring-boot-starters
spring-boot-cli
+ spring-boot-integration-tests
spring-boot-samples
diff --git a/spring-boot-integration-tests/pom.xml b/spring-boot-integration-tests/pom.xml
new file mode 100644
index 0000000000..fd1377658e
--- /dev/null
+++ b/spring-boot-integration-tests/pom.xml
@@ -0,0 +1,128 @@
+
+
+ 4.0.0
+
+ org.springframework.boot
+ spring-boot-parent
+ 0.5.0.BUILD-SNAPSHOT
+
+ spring-boot-integration-tests
+ pom
+
+ ${basedir}/..
+
+
+
+
+ ${project.groupId}
+ spring-boot
+ ${project.version}
+
+
+ ${project.groupId}
+ spring-boot-autoconfigure
+ ${project.version}
+
+
+ ${project.groupId}
+ spring-boot-cli
+ ${project.version}
+
+
+ ${project.groupId}
+ spring-boot-loader
+ ${project.version}
+
+
+ ${project.groupId}
+ spring-boot-maven-plugin
+ ${project.version}
+
+
+ ${project.groupId}
+ spring-boot-actuator
+ ${project.version}
+
+
+ ${project.groupId}
+ spring-boot-starter
+ ${project.version}
+
+
+ ${project.groupId}
+ spring-boot-starter-batch
+ ${project.version}
+
+
+ ${project.groupId}
+ spring-boot-starter-data-jpa
+ ${project.version}
+
+
+ ${project.groupId}
+ spring-boot-starter-integration
+ ${project.version}
+
+
+ ${project.groupId}
+ spring-boot-starter-jetty
+ ${project.version}
+
+
+ ${project.groupId}
+ spring-boot-starter-logging
+ ${project.version}
+
+
+ ${project.groupId}
+ spring-boot-starter-actuator
+ ${project.version}
+
+
+ ${project.groupId}
+ spring-boot-starter-parent
+ ${project.version}
+ pom
+
+
+ ${project.groupId}
+ spring-boot-starter-security
+ ${project.version}
+
+
+ ${project.groupId}
+ spring-boot-starter-tomcat
+ ${project.version}
+
+
+ ${project.groupId}
+ spring-boot-starter-web
+ ${project.version}
+
+
+
+
+
+
+ maven-invoker-plugin
+
+ src/it/settings.xml
+ ${project.parent.basedir}/spring-boot-samples/
+ ${project.build.directory}/local-repo
+ ${skipTests}
+
+
+
+ integration-test
+ install
+
+ install
+ run
+
+
+
+
+
+
+
diff --git a/spring-boot-integration-tests/src/it/settings.xml b/spring-boot-integration-tests/src/it/settings.xml
new file mode 100644
index 0000000000..e1e0ace341
--- /dev/null
+++ b/spring-boot-integration-tests/src/it/settings.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ it-repo
+
+ true
+
+
+
+ local.central
+ @localRepositoryUrl@
+
+ true
+
+
+ true
+
+
+
+
+
+ local.central
+ @localRepositoryUrl@
+
+ true
+
+
+ true
+
+
+
+
+
+