You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2020/04/14 15:02:53 UTC

[sling-org-apache-sling-scripting-bundle-tracker-it] branch master updated: trivial: reverted archive config override

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-bundle-tracker-it.git


The following commit(s) were added to refs/heads/master by this push:
     new d42a92c  trivial: reverted archive config override
d42a92c is described below

commit d42a92c9d086dca96de335ca1eaf2e1a7c0ce662
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Tue Apr 14 17:02:37 2020 +0200

    trivial: reverted archive config override
---
 .sling-module.json | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.sling-module.json b/.sling-module.json
index 53e1c31..3eab20a 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,8 +1,5 @@
 {
     "jenkins": {
-        "mavenGoal": "verify",
-        "archivePatterns": [
-            "**/target/rat.txt"
-        ]
+        "mavenGoal": "verify"
     }
 }