From e0782e5dcd834b58cdfcbe9439c903a0dd473474 Mon Sep 17 00:00:00 2001 From: janfaron Date: Fri, 1 May 2026 14:48:40 +0200 Subject: [PATCH] [CU-86b9pzqne] Restore github block in e2e-tests/pom.xml PR #38 removed it; the Cloud Build e2e image build's offline mvn process-test-classes then fails because the cached actuator-e2e-test artifact's _remote.repositories origin id (github) is no longer in the active build context after settings.xml is removed. --- e2e-tests/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/e2e-tests/pom.xml b/e2e-tests/pom.xml index 0195876..17e729e 100644 --- a/e2e-tests/pom.xml +++ b/e2e-tests/pom.xml @@ -134,6 +134,18 @@ + + + + github + DNAstack Public Github Packages + https://maven.pkg.github.com/DNAstack/dnastack-packages + + +