diff --git a/pom.xml b/pom.xml index b9d9991ad8c..240d18fb1cd 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,6 @@ 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 deleted file mode 100644 index fd1377658e9..00000000000 --- a/spring-boot-integration-tests/pom.xml +++ /dev/null @@ -1,128 +0,0 @@ - - - 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 deleted file mode 100644 index e1e0ace341b..00000000000 --- a/spring-boot-integration-tests/src/it/settings.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - it-repo - - true - - - - local.central - @localRepositoryUrl@ - - true - - - true - - - - - - local.central - @localRepositoryUrl@ - - true - - - true - - - - - -