You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/02/22 11:22:49 UTC

[sling-org-apache-sling-launchpad-testing] branch master updated: Enable debug maven logging to trace root cause for INFRA-17796

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 287e6d3  Enable debug maven logging to trace root cause for INFRA-17796
287e6d3 is described below

commit 287e6d3ecb1c8461ea3db763f8751cfe27e57c9c
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Feb 22 12:22:21 2019 +0100

    Enable debug maven logging to trace root cause for INFRA-17796
---
 .sling-module.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.sling-module.json b/.sling-module.json
index 42c251c..6ccfaab 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -4,6 +4,7 @@
         "archivePatterns": [
             "**/logs/*.log"
         ],
-        "emailRecipients": ["dev@sling.apache.org"]
+        "emailRecipients": ["dev@sling.apache.org"],
+        "additionalMavenParams": "-X"
     }
 }