From 35310b86d93a87bde287345447de8011622dd42c Mon Sep 17 00:00:00 2001 From: Greg Logan Date: Thu, 9 Apr 2026 11:48:29 -0600 Subject: [PATCH 1/2] Using parent pom's buildNumber variable, and pushing a submodule-specific version and taint status as well --- pom.xml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/pom.xml b/pom.xml index bfa1cf69ef..dfd8d27ed1 100644 --- a/pom.xml +++ b/pom.xml @@ -63,6 +63,26 @@ + + org.codehaus.mojo + buildnumber-maven-plugin + 3.3.0 + + + validate + + create + + + + + true + false + false + 7 + submoduleHash + + @@ -131,6 +151,26 @@ + + org.codehaus.mojo + buildnumber-maven-plugin + 3.3.0 + + + validate + + create + + + + + true + false + false + 7 + submoduleHash + + @@ -148,7 +188,18 @@ ${project.artifactId} + ${buildNumber} + ${submoduleHash} + + ${buildIsTainted} ${ui.include.resource} admin-ui.* /admin-ui From ced795ef9a89fd6badbfae9927a9021f2eecb533 Mon Sep 17 00:00:00 2001 From: Greg Logan Date: Thu, 9 Apr 2026 15:52:56 -0600 Subject: [PATCH 2/2] Correcting profile name to match the docs, and the rest of the modules --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dfd8d27ed1..5bd2c14189 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ - frontend-no-prebuild + frontend-no-prebuilt /admin-ui=-build/