Browse Source

Stream maven-invoker-plugin logs

pull/50/head
Phillip Webb 12 years ago
parent
commit
e6d9922cbc
  1. 10
      spring-boot-integration-tests/pom.xml
  2. 1
      spring-boot-tools/spring-boot-loader/pom.xml
  3. 1
      spring-boot-tools/spring-boot-maven-plugin/pom.xml

10
spring-boot-integration-tests/pom.xml

@ -119,12 +119,14 @@ @@ -119,12 +119,14 @@
<configuration>
<settingsFile>src/it/settings.xml</settingsFile>
<projectsDirectory>${main.basedir}/spring-boot-samples/</projectsDirectory>
<pomExcludes>
<!-- temporarily suspend integration test (Bamboo doesn't like it, WTF?) -->
<pomExclude>spring-boot-sample-websocket/pom.xml</pomExclude>
</pomExcludes>
<pomExcludes>
<!-- temporarily suspend integration test (Bamboo doesn't like it,
WTF?) -->
<pomExclude>spring-boot-sample-websocket/pom.xml</pomExclude>
</pomExcludes>
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
<skipInvocation>${skipTests}</skipInvocation>
<streamLogs>true</streamLogs>
</configuration>
<executions>
<execution>

1
spring-boot-tools/spring-boot-loader/pom.xml

@ -23,6 +23,7 @@ @@ -23,6 +23,7 @@
<postBuildHookScript>verify</postBuildHookScript>
<addTestClassPath>true</addTestClassPath>
<skipInvocation>${skipTests}</skipInvocation>
<streamLogs>true</streamLogs>
</configuration>
<executions>
<execution>

1
spring-boot-tools/spring-boot-maven-plugin/pom.xml

@ -125,6 +125,7 @@ @@ -125,6 +125,7 @@
<postBuildHookScript>verify</postBuildHookScript>
<addTestClassPath>true</addTestClassPath>
<skipInvocation>${skipTests}</skipInvocation>
<streamLogs>true</streamLogs>
</configuration>
<executions>
<execution>

Loading…
Cancel
Save