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 12:31:31 UTC

[sling-org-apache-sling-scripting-bundle-tracker-it] branch master updated: trivial: 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 48eade9  trivial: archive config override
48eade9 is described below

commit 48eade999464bc86e6f8ab554105daacf4e30224
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Tue Apr 14 14:31:20 2020 +0200

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

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