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/04/16 13:15:16 UTC

[sling-org-apache-sling-launchpad-testing] branch master updated: Remove Maven debug logging, INFRA-17796 seems to no longer be an issue

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 e5b5b20  Remove Maven debug logging, INFRA-17796 seems to no longer be an issue
e5b5b20 is described below

commit e5b5b2074f5f6cefeffa5dd475f20f8005b3dc23
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Apr 16 16:14:53 2019 +0300

    Remove Maven debug logging, INFRA-17796 seems to no longer be an issue
---
 .sling-module.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.sling-module.json b/.sling-module.json
index 2701740..370cbbe 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -5,7 +5,6 @@
             "**/logs/*.log"
         ],
         "emailRecipients": ["dev@sling.apache.org"],
-        "additionalMavenParams": "-X",
         "upstreamProjects": ["../sling-org-apache-sling-starter/master", "../sling-org-apache-sling-launchpad-test-bundles/master"]
     }
 }