commit | 7c95e2aacfdb86fa548f5085cfbd6afb323803ab | [log] [tgz] |
---|---|---|
author | Radu Cotescu <radu@apache.org> | Thu Aug 29 16:29:09 2019 +0200 |
committer | Radu Cotescu <radu@apache.org> | Thu Aug 29 16:29:09 2019 +0200 |
tree | fec87c4d2886ff7ac37eb1a6943288ea034b537b | |
parent | 2a847db12b04cbfae7b25d88bc351d59373e4e4f [diff] |
trivial: added sling module descriptor to skip deploying it modules
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" +}