This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a commit to branch buildfix
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git
The following commit(s) were added to refs/heads/buildfix by this push:
new adbc81b removed streamLogs
adbc81b is described below
commit adbc81b3866e7d744aea0f9aab440763da20b73e
Author: tibordigana <[email protected]>
AuthorDate: Sun Jul 28 02:06:36 2019 +0200
removed streamLogs
---
maven-archetype-plugin/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/maven-archetype-plugin/pom.xml b/maven-archetype-plugin/pom.xml
index e796981..26d19be 100644
--- a/maven-archetype-plugin/pom.xml
+++ b/maven-archetype-plugin/pom.xml
@@ -235,7 +235,6 @@
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
<showErrors>true</showErrors>
- <streamLogs>true</streamLogs>
<debug>true</debug>
<projectsDirectory>src/it/projects</projectsDirectory>
<cloneClean>true</cloneClean>