|
|
@ -6,14 +6,14 @@
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-parent</artifactId>
|
|
|
|
<artifactId>spring-boot-parent</artifactId>
|
|
|
|
<version>${revision}</version>
|
|
|
|
<version>${revision}</version>
|
|
|
|
<relativePath>../spring-boot-project/spring-boot-parent</relativePath>
|
|
|
|
<relativePath>../../spring-boot-project/spring-boot-parent</relativePath>
|
|
|
|
</parent>
|
|
|
|
</parent>
|
|
|
|
<artifactId>spring-boot-smoke-tests-invoker</artifactId>
|
|
|
|
<artifactId>spring-boot-smoke-tests-invoker</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>Spring Boot Smoke Tests Invoker</name>
|
|
|
|
<name>Spring Boot Smoke Tests Invoker</name>
|
|
|
|
<description>Spring Boot Smoke Tests Invoker</description>
|
|
|
|
<description>Spring Boot Smoke Tests Invoker</description>
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
|
<main.basedir>${basedir}/..</main.basedir>
|
|
|
|
<main.basedir>${basedir}/../..</main.basedir>
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugins>
|
|
|
@ -23,7 +23,7 @@
|
|
|
|
<artifactId>maven-invoker-plugin</artifactId>
|
|
|
|
<artifactId>maven-invoker-plugin</artifactId>
|
|
|
|
<inherited>false</inherited>
|
|
|
|
<inherited>false</inherited>
|
|
|
|
<configuration>
|
|
|
|
<configuration>
|
|
|
|
<projectsDirectory>${main.basedir}/spring-boot-smoke-tests</projectsDirectory>
|
|
|
|
<projectsDirectory>${main.basedir}/spring-boot-tests/spring-boot-smoke-tests</projectsDirectory>
|
|
|
|
<skipInvocation>${skipTests}</skipInvocation>
|
|
|
|
<skipInvocation>${skipTests}</skipInvocation>
|
|
|
|
<streamLogs>true</streamLogs>
|
|
|
|
<streamLogs>true</streamLogs>
|
|
|
|
<pomIncludes>
|
|
|
|
<pomIncludes>
|
|
|
@ -54,7 +54,7 @@
|
|
|
|
<configuration>
|
|
|
|
<configuration>
|
|
|
|
<target>
|
|
|
|
<target>
|
|
|
|
<delete includeemptydirs="true">
|
|
|
|
<delete includeemptydirs="true">
|
|
|
|
<fileset dir="${main.basedir}/spring-boot-smoke-tests"
|
|
|
|
<fileset dir="${main.basedir}/spring-boot-tests/spring-boot-smoke-tests"
|
|
|
|
includes="**/target/" />
|
|
|
|
includes="**/target/" />
|
|
|
|
</delete>
|
|
|
|
</delete>
|
|
|
|
</target>
|
|
|
|
</target>
|