summaryrefslogtreecommitdiffstats
path: root/models-sim/packages/models-simulator-docker/pom.xml
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2022-06-30 10:11:04 +0000
committerGerrit Code Review <gerrit@onap.org>2022-06-30 10:11:04 +0000
commited439e7e8dafbdd87ace0604dc6230bb9563f995 (patch)
treef09756ca1355fedf504fc5743561fca40d34a2de /models-sim/packages/models-simulator-docker/pom.xml
parent4e9c78dc19b2168b9f4781ad0b3da993b7489d48 (diff)
parent61c7e7795d2aa1ed321bd55e4637aa705e6e98ae (diff)
Merge "OCI image spec labels for models-simulator"
Diffstat (limited to 'models-sim/packages/models-simulator-docker/pom.xml')
-rw-r--r--models-sim/packages/models-simulator-docker/pom.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/models-sim/packages/models-simulator-docker/pom.xml b/models-sim/packages/models-simulator-docker/pom.xml
index c2d6df587..15daf003f 100644
--- a/models-sim/packages/models-simulator-docker/pom.xml
+++ b/models-sim/packages/models-simulator-docker/pom.xml
@@ -70,6 +70,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>