This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git
The following commit(s) were added to refs/heads/master by this push:
new ae707a6 SLING-8288 - Starter builds do not trigger execution of ITs
ae707a6 is described below
commit ae707a683428919d3e17f159bdcad7a6949d2be3
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Feb 22 13:24:12 2019 +0100
SLING-8288 - Starter builds do not trigger execution of ITs
Manually add upstream projects until JENKINS-53907 is fixed.
---
.sling-module.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.sling-module.json b/.sling-module.json
index 6ccfaab..5ba3268 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -5,6 +5,7 @@
"**/logs/*.log"
],
"emailRecipients": ["[email protected]"],
- "additionalMavenParams": "-X"
+ "additionalMavenParams": "-X",
+ "upstreamProjects": ["../sling-org-apache-sling-starter/master",
"../sling/sling-org-apache-sling-launchpad-test-bundles"]
}
}