From bd5e49fc84cddbd02ea40f53e26042cec4f5231c Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 1 Aug 2013 00:09:49 -0700 Subject: [PATCH] Revert "Remove integration tests project" Turns out the maven-plugin still causes issues. This reverts commit 1ccdf2f6cfddd79a0c6e2f259b9c74c2db996b96. --- pom.xml | 1 + spring-boot-integration-tests/pom.xml | 128 ++++++++++++++++++ .../src/it/settings.xml | 35 +++++ 3 files changed, 164 insertions(+) create mode 100644 spring-boot-integration-tests/pom.xml create mode 100644 spring-boot-integration-tests/src/it/settings.xml 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 + + + + + +