This is an automated email from the ASF dual-hosted git repository.
rfscholte pushed a commit to branch MPIR-366
in repository
https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git
The following commit(s) were added to refs/heads/MPIR-366 by this push:
new 833de09 [MPIR-366] Set streamLogs to true for analysis
833de09 is described below
commit 833de09bbe8b0f2542b2d32e1488e2111bf2222c
Author: rfscholte <[email protected]>
AuthorDate: Fri Apr 13 16:29:41 2018 +0200
[MPIR-366] Set streamLogs to true for analysis
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 2b4d6c2..339b778 100644
--- a/pom.xml
+++ b/pom.xml
@@ -560,6 +560,7 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
+ <streamLogs>true</streamLogs> <!-- JDK10 analysis -->
<ignoreFailures>${maven.invoker.failure.ignore}</ignoreFailures>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<pomIncludes>
--
To stop receiving notification emails like this one, please contact
[email protected].