From e6d9922cbcf2a256de8323ad4585baf3b4e0a9a2 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Sat, 24 Aug 2013 19:32:06 -0700 Subject: [PATCH] Stream maven-invoker-plugin logs --- spring-boot-integration-tests/pom.xml | 10 ++++++---- spring-boot-tools/spring-boot-loader/pom.xml | 1 + spring-boot-tools/spring-boot-maven-plugin/pom.xml | 1 + 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/spring-boot-integration-tests/pom.xml b/spring-boot-integration-tests/pom.xml index 0889a50fb8a..c0cf70c77c8 100644 --- a/spring-boot-integration-tests/pom.xml +++ b/spring-boot-integration-tests/pom.xml @@ -119,12 +119,14 @@ src/it/settings.xml ${main.basedir}/spring-boot-samples/ - - - spring-boot-sample-websocket/pom.xml - + + + spring-boot-sample-websocket/pom.xml + ${project.build.directory}/local-repo ${skipTests} + true diff --git a/spring-boot-tools/spring-boot-loader/pom.xml b/spring-boot-tools/spring-boot-loader/pom.xml index 84f8834bdab..ba5a42a410c 100644 --- a/spring-boot-tools/spring-boot-loader/pom.xml +++ b/spring-boot-tools/spring-boot-loader/pom.xml @@ -23,6 +23,7 @@ verify true ${skipTests} + true diff --git a/spring-boot-tools/spring-boot-maven-plugin/pom.xml b/spring-boot-tools/spring-boot-maven-plugin/pom.xml index 2ea136413d1..7fee13139c3 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/pom.xml +++ b/spring-boot-tools/spring-boot-maven-plugin/pom.xml @@ -125,6 +125,7 @@ verify true ${skipTests} + true