summaryrefslogtreecommitdiffstats
path: root/packages/policy-gui-docker/pom.xml
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2022-06-28 14:37:30 +0100
committerdanielhanrahan <daniel.hanrahan@est.tech>2022-06-28 14:37:30 +0100
commit000b0c870541de28588969ece627357bf33d88ed (patch)
tree6ed9774bd4c06e23b06a780b6ecab6cbee0f6bda /packages/policy-gui-docker/pom.xml
parent632891c3ad8bb503555735bd48050e27b1c36d73 (diff)
OCI image spec labels for GUI
Issue-ID: POLICY-4261 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Id4a6e81302aede6b451916db5b0e4b99c494881f
Diffstat (limited to 'packages/policy-gui-docker/pom.xml')
-rw-r--r--packages/policy-gui-docker/pom.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/policy-gui-docker/pom.xml b/packages/policy-gui-docker/pom.xml
index 3cfec26..9d2a682 100644
--- a/packages/policy-gui-docker/pom.xml
+++ b/packages/policy-gui-docker/pom.xml
@@ -67,6 +67,30 @@
</plugin>
<plugin>
+ <groupId>io.github.git-commit-id</groupId>
+ <artifactId>git-commit-id-maven-plugin</artifactId>
+ <version>5.0.0</version>
+ <executions>
+ <execution>
+ <id>get-the-git-infos</id>
+ <goals>
+ <goal>revision</goal>
+ </goals>
+ <phase>initialize</phase>
+ </execution>
+ </executions>
+ <configuration>
+ <skipPoms>false</skipPoms>
+ <generateGitPropertiesFile>true</generateGitPropertiesFile>
+ <includeOnlyProperties>
+ <includeOnlyProperty>^git.build.(time|version)$</includeOnlyProperty>
+ <includeOnlyProperty>^git.commit.id.abbrev$</includeOnlyProperty>
+ </includeOnlyProperties>
+ <commitIdGenerationMode>full</commitIdGenerationMode>
+ </configuration>
+ </plugin>
+
+ <plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>