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 2019/08/29 14:29:30 UTC

[sling-org-apache-sling-scripting-bundle-tracker-it] branch master updated: trivial: added sling module descriptor to skip deploying it modules

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 7c95e2a  trivial: added sling module descriptor to skip deploying it modules
7c95e2a is described below

commit 7c95e2aacfdb86fa548f5085cfbd6afb323803ab
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Thu Aug 29 16:29:09 2019 +0200

    trivial: added sling module descriptor to skip deploying it modules
---
 .sling-module.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.sling-module.json b/.sling-module.json
new file mode 100644
index 0000000..9a93d88
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,3 @@
+{
+    "mavenGoal": "verify"
+}