This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch jenkins-m2-repo in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
commit a07de1bf5df3e0af8e6796c7e7523619877fea24 Author: Dan Klco <[email protected]> AuthorDate: Mon Nov 6 23:24:42 2023 -0500 trivial - adding jenkins build m2 repo to IT launcher config --- it/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/it/pom.xml b/it/pom.xml index 4f676b9a..48560e40 100644 --- a/it/pom.xml +++ b/it/pom.xml @@ -110,6 +110,12 @@ <org.osgi.service.http.port>${http.port}</org.osgi.service.http.port> </frameworkProperties> </launcherArguments> + <repositoryUrls> + <repositoryUrl>file:.repository</repositoryUrl> + <repositoryUrl>file:${user.home}/.m2/repository</repositoryUrl> + <repositoryUrl>https://repo.maven.apache.org/maven2</repositoryUrl> + <repositoryUrl>https://repository.apache.org/content/groups/snapshots</repositoryUrl> + </repositoryUrls> <startTimeoutSeconds>180</startTimeoutSeconds> </launch> </launches>
