diff --git a/spring-boot-integration-tests/pom.xml b/spring-boot-integration-tests/pom.xml index 7bc794cba0..926a00f73f 100644 --- a/spring-boot-integration-tests/pom.xml +++ b/spring-boot-integration-tests/pom.xml @@ -118,7 +118,7 @@ maven-invoker-plugin src/it/settings.xml - ${project.parent.basedir}/spring-boot-samples/ + ${main.basedir}/spring-boot-samples/ ${project.build.directory}/local-repo ${skipTests} diff --git a/spring-boot-samples/spring-boot-sample-xml/pom.xml b/spring-boot-samples/spring-boot-sample-xml/pom.xml index fd812bb1b8..8e4f982986 100644 --- a/spring-boot-samples/spring-boot-sample-xml/pom.xml +++ b/spring-boot-samples/spring-boot-sample-xml/pom.xml @@ -19,6 +19,13 @@ spring-boot-starter ${project.version} + + ${project.groupId} + spring-boot + ${project.version} + tests + test +