From e6960e6b26be9fecb4ce69d38e12919a886132a0 Mon Sep 17 00:00:00 2001
From: Bragolgirith <2569357-bragolgirith@users.noreply.gitlab.com>
Date: Mon, 17 Jun 2024 15:07:49 +0000
Subject: [PATCH] fix: add submodule pom files as job artifacts

---
 templates/gitlab-ci-maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/gitlab-ci-maven.yml b/templates/gitlab-ci-maven.yml
index 6a022ab..d446767 100644
--- a/templates/gitlab-ci-maven.yml
+++ b/templates/gitlab-ci-maven.yml
@@ -559,7 +559,7 @@ mvn-build:
         - "${MAVEN_PROJECT_DIR}/**/target/*-reports/TEST-*.xml"
     paths:
       # version may have been altered
-      - pom.xml
+      - "${MAVEN_PROJECT_DIR}/**/pom.xml"
       - "${MAVEN_PROJECT_DIR}/**/target"
 
 # Sonar job
-- 
GitLab