re-route invoker logs so the results can be viewed in travis

This commit is contained in:
Jeremy Long
2017-04-25 08:01:09 -04:00
parent a67e421a5d
commit f94cf106a6

View File

@@ -245,6 +245,8 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
<artifactId>maven-invoker-plugin</artifactId>
<version>2.0.0</version>
<configuration>
<!--parallelThreads>4</parallelThreads-->
<streamLogs>true</streamLogs>
<setupIncludes>
<setupInclude>690-threadsafety/pom.xml</setupInclude>
</setupIncludes>