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 0f056e9b trivial - adding jenkins build m2 repo to IT launcher config
(#50)
0f056e9b is described below
commit 0f056e9b3e2d53b128530bd79c1734374e1059b1
Author: Dan Klco <[email protected]>
AuthorDate: Tue Nov 7 10:54:13 2023 -0500
trivial - adding jenkins build m2 repo to IT launcher config (#50)
* trivial - adding jenkins build m2 repo to IT launcher config
* Using the absolute path to the project parent basedir
---
it/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/it/pom.xml b/it/pom.xml
index 4f676b9a..8a404b3f 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:${project.parent.basedir}/.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>