From d6522e9a6700e4bda70a28bbe29e118447c27e6b Mon Sep 17 00:00:00 2001 From: Eric Bottard Date: Thu, 13 Aug 2015 11:54:37 +0200 Subject: [PATCH] Reduce logging output while building * quiet javadoc * redirect test output to a file Fixes gh-16 --- spring-cloud-build/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/spring-cloud-build/pom.xml b/spring-cloud-build/pom.xml index 3e359227..08015ffe 100644 --- a/spring-cloud-build/pom.xml +++ b/spring-cloud-build/pom.xml @@ -89,6 +89,9 @@ limitations under the License. package + + true + maven-source-plugin @@ -125,6 +128,13 @@ limitations under the License. asciidoctor-maven-plugin 1.5.2 + + org.apache.maven.plugins + maven-surefire-plugin + + true + + org.eclipse.m2e