This is an automated email from the ASF dual-hosted git repository.
dklco pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
The following commit(s) were added to refs/heads/master by this push:
new dc11e351 Minor - fixing .sling-module.json to run install so IT's work
dc11e351 is described below
commit dc11e351c7dd0b903c50c8d05f5303812293fce6
Author: Dan Klco <[email protected]>
AuthorDate: Thu Mar 23 20:57:36 2023 -0400
Minor - fixing .sling-module.json to run install so IT's work
---
.sling-module.json | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/.sling-module.json b/.sling-module.json
index 81830cbf..c6ab0455 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,5 +1,6 @@
{
- "jenkins": {
- "jdks": [11]
- }
-}
\ No newline at end of file
+ "jenkins": {
+ "jdks": [11]
+ },
+ "mavenGoal": "install"
+}